BrianB
July 22nd, 2004, 09:18 PM
As some of you know, I am working on a small test app, which binds to local port 68 and receives all UDP Datagrams. Problem is, I need some example code involving UDP NOT TCP, binding to a local port, and getting the datagrams sent to it. Anyone care to donate some example code? :)
Thanks
kuphryn
July 22nd, 2004, 10:22 PM
Check out MSDN.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/ntwrkprot.asp
Check out my website for more software development links.
http://www.dslextreme.com/users/kuphryn/links.html
I highly recommend Network Programming for Microsoft Windows, Second Edition by Anthony Jones and Jim Ohmund.
Kuphryn