The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
47 views

implementing asychronous udp socket in c

so far I've been trying a single server+single client udp chat application where both server and client should be able to communicate with each other freely(as in regular chat applications). for this ...