tcpserversrc: close the server socket after accepting a connection
g_socket_accept() is only called once for a server socket. So keeping the socket open ist just confusing possible clients. https://bugzilla.gnome.org/show_bug.cgi?id=731566
Showing
Please register or sign in to comment