CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2004
    Posts
    182

    Example? Listening to local port(UDP)

    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

  2. #2
    Join Date
    Feb 2002
    Posts
    5,757
    Check out MSDN.

    http://msdn.microsoft.com/library/de.../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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured