question on socket server
- Reply: Ronald Klop via freebsd-current : "Re: question on socket server"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Dec 2021 06:52:27 UTC
Hello I have little knowledge about socket programming. I have a question that, if I have made a socket server, listening on a port. The server prints data to the socket, but there is never a client connection to the port, and the data is never consumed. What will happen to the server then? will the OS kernel be flushed by junk bytes? Thanks for your help. Piper