Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

Should sockets be kept open or torn down [duplicate]

How to determine if an open file is a socket or a pipe?

Android Chat Application Development

android sockets chat

Detecting Socket Disconnect Using TCP KeepAlive

I need the server to send messages to all clients (Python, sockets)

Connect MySQL through localhost not working but 127.0.0.1 is working

How to get the underlying socket when using Python requests

Linux kernel UDP reception timestamp

c linux sockets linux-kernel

Non-blocking I/O versus using threads (How bad is context switching?)

java multithreading sockets

Is there any difference between IPv4 and IPv6 at the socket level?

linux sockets

Example socket programming in iphone [closed]

How do web servers avoid TIME_WAIT?

sockets http tcp winsock

Atomic write on an unix socket?

sockets unix atomic

how to interrupt a thread which is waiting on recv function? [duplicate]

c++ sockets

In Win32, is there a way to test if a socket is non-blocking?

Java - Reading from a buffered reader (from a socket) is pausing the thread

java sockets networking buffer

Create SSLSocket by SSLSocketFactory with set connection timeout

java android sockets timeout

Is there a way to get the uid of the other end of a unix socket connection

Is it possible to use an std::string for read()?

c++ sockets stdstring

How to detect a Socket Disconnect in C#