Socket listen doesn't unbind in C++ under linux

后端 未结 3 805
自闭症患者
自闭症患者 2021-01-11 17:12

I have a socket that listens on some port. I send the SIGSTOP signal to the thread that waits on the port (using accept) and terminate it. then I close the fd of the socket

3条回答
提交回复
热议问题