how to write a raw socket server using UDP
- From: sourav das <cyber.spike@xxxxxxxxx>
- Date: Tue, 27 Nov 2007 01:31:22 -0800 (PST)
hello all,
i m a new comer. i wrote a raw socket client
using setsockopt (sock, IPPROTO_IP. IPHDRINCL, ....)using UDP. ihave followed
MS_Press network programming . it is showing 19 bytes sent successfully. when
trying to send more than 19 bytes using sendto(sock, ...) function , it is
showing socket error on sending. i want to know how to write a raw socket server
program so that to catch and display the data sent by the client.
thanks a lot,
keep fit,
regards,
spike.
____________________________________________________________________________________
Be a better sports nut! Let your teams follow you
with Yahoo Mobile. Try it now. http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: how to write a raw socket server using UDP
- From: H.fazaeli
- Re: how to write a raw socket server using UDP
- From: Edwin Groothuis
- Re: how to write a raw socket server using UDP
- From: Thierry Herbelot
- Re: how to write a raw socket server using UDP
- From: Ivan Voras
- Re: how to write a raw socket server using UDP
- Prev by Date: Re: find_symdef() returns invalid value.
- Next by Date: Re: find_symdef() returns invalid value.
- Previous by thread: find_symdef() returns invalid value.
- Next by thread: Re: how to write a raw socket server using UDP
- Index(es):
Relevant Pages
|