Tagged Questions
1
vote
1answer
302 views
Non Blocking Sockets vs Blocking sockets - UDP - C&linux
When to use blocking sockets over non blocking sockets on UDP?
Question 1:What's is recommended for the following scenario ?
Multiple clients send data over multiple UDP sockets, i.e. say client1 ...
0
votes
1answer
224 views
How to Improve this socket over TCP-IP system
Im new to Socket programming and im building a Socket over TCP-IP system with this architecture:
Server: Basically a TCPIP Listener that waits for connection from the clients.
Client: It knows the ...