The socket tag has no wiki summary.
0
votes
1answer
210 views
network programming: simultaneous IO over sockets?
In my curses based game, I decided to add multiplayer functionality over net, in addition to one-keyboard mulitiplayer game. I use switch loop and in case it's 1st user's buttons,
user 1 is acting ...