↧
Answer by Manoj Pandey for Linux TCP server, sending RAW data to few clients...
Well, I ran your program against a simple TCP client code and did not see any crash. So, you probably should add gdb info to that. Also, in the program, I don't see where your programs wakes up...
View ArticleAnswer by mti2935 for Linux TCP server, sending RAW data to few clients every...
You may want to check out D.J. Bernstein's tcpserver (see http://cr.yp.to/ucspi-tcp/tcpserver.html). Basically, you can simply run your C program under tcpserver, and tcpserver will handle everything...
View ArticleLinux TCP server, sending RAW data to few clients every X seconds
I'm writing simple TCP server and I found some issue. Maybe you can help me a bit.So, I wrote an echo server first (to test connection with computer client). It's working okay, but now I need to change...
View Article
More Pages to Explore .....