nonblocking - Reliable TCP server in Linux using C -
i have written simple tcp server c program listens connections on port 4500 , works fine.
now while waiting client connect if restart internet services , try connect server should connect. can suggest how not getting it. have read beej's guide make calls non-blocking making read call non-blocking whereas think have make accept()
non-blocking.
Comments
Post a Comment