Examples for Winsock?

后端 未结 5 689
悲哀的现实
悲哀的现实 2020-12-08 06:08

What do you guys recommend for a resource for winsock?

I have an assignment that we have only have a few days to do that needs to send a simple packet using UDP (and

5条回答
  •  生来不讨喜
    2020-12-08 06:09

    Possibly more advanced than you need right now but...

    I have a series of (rather old) articles on writing scalable servers using Winsock and IO Completion Ports and a free framework of code.

    The code and links to the articles are available here.

提交回复
热议问题