What exactly does SO_LINGER do?
Answer / chaitanya
On some unixes this does nothing. On others, it instructs the kernel to abort tcp connections instead of closing them properly. This can be dangerous.
| Is This Answer Correct ? | 0 Yes | 0 No |
What exactly does SO_REUSEADDR do?
How can I find the full hostname (FQDN) of the system I am running on?
How do I get my server to find out the clients address / host- name?
What is socket address?
How does unix socket work?
How many socket connections can a server handle?
Can a socket have multiple ports?
How can I listen on more than one port at a time?
Are sockets files?
of the socket? Does doing a connect() call affect the receive behaviour?
Is a socket a file?
What is difference between socket and websocket?