Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

centos: Another MySQL daemon already running with the same unix socket

mysql sockets unix centos6

What does it mean to bind a multicast (UDP) socket?

How do Unix Domain Sockets differentiate between multiple clients?

linux sockets ipc unix-socket

When should I use TCP_NODELAY and when TCP_CORK?

linux sockets tcp

Where to find the complete definition of off_t type?

How many socket connections possible?

Detecting TCP Client Disconnect

c++ sockets tcp

shell script to kill the process listening on port 3000? [duplicate]

linux bash sockets kill

java.net.SocketException: Software caused connection abort: recv failed [duplicate]

java sockets

What is the meaning of SO_REUSEADDR (setsockopt option) - Linux? [duplicate]

Cannot find mysql.sock

Instantly detect client disconnection from server socket

.net c# sockets tcp connection

How to detect a remote side socket close? [duplicate]

java networking sockets tcp

Setting a timeout for socket operations

java sockets

Does a TCP socket connection have a "keep alive"?

java sockets http tcp keep-alive

Why is it impossible, without attempting I/O, to detect that TCP socket was gracefully closed by peer?

Python: Binding Socket: "Address already in use"

python sockets tcp port

UNIX nonblocking I/O: O_NONBLOCK vs. FIONBIO

What can cause a “Resource temporarily unavailable” on sock send() command

c linux sockets unix

Is there a way for multiple processes to share a listening socket?

sockets concurrency