soheil soheil wrote:
Dear all I wrote a code to send a tcp packet on a raw socket, but the sendto function return some errors on argument what can make this error occur ??? thanx the code : char datagram[4096]; ..... socket(s, SOCK_RAW, IPPROTO_TCP);
s = socket(AF_INET, ........);
-- Lev Walkin [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message
