Multiple Socket and single server
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hey I want to implement a server to open two(or more) sockets and to talk simultaneousley with two(more) clients on these sockets ? do you know any links with such. Please help me out. Thank you in advance.
:) CraZyToLearn :)
-
Hey I want to implement a server to open two(or more) sockets and to talk simultaneousley with two(more) clients on these sockets ? do you know any links with such. Please help me out. Thank you in advance.
:) CraZyToLearn :)
CSocketComm[^]. This wrapper class provides the abilty to open more than one socket on the server side that multiple clients can connect to. Number of sockets is
#define MAX_SOCKETS
Regards, Dustin