Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

Sending a file over TCP sockets in Python

Understanding set/getsockopt SO_SNDBUF size doubles

c linux sockets

difference between netstat and ss in linux?

linux sockets netstat

simultaneously read and write on the same socket in C or C++

c++ c linux sockets nonblocking

Getting the IP Address of a Remote Socket Endpoint

c# sockets endpoints

How to use socket in Python as a context manager?

Java simple code: java.net.SocketException: Unexpected end of file from server

Long connections with Node.js, how to reduce memory usage and prevent memory leak? Also related with V8 and webkit-devtools

Can I open a socket and pass it to another process in Linux

linux sockets

How to close a socket left open by a killed program?

UNIX Domain sockets vs Shared Memory (Mapped File)

unix memory sockets

Blocking sockets: when, exactly, does "send()" return?

tcp udp sockets

How does a socket know which network interface controller to use?

sockets networking

Nginx cannot find unix socket file with Unicorn (no such file or directory)

Server Client send/receive simple text

c# .net winforms sockets

Explain http keep-alive mechanism

sockets http

socket.error: [Errno 10013] An attempt was made to access a socket in a way forbidden by its access permissions

WSACancelBlockingCall exception

How to make an HTTP get request in C without libcurl?

Send HTTP request manually via socket