Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

What is the difference between Socket and RPC?

Using sys/socket.h functions on windows

c windows sockets

Android App Connecting to Node.js server using Socket.io

What is the best way to pass information between threads?

java multithreading sockets

Setting the source IP for a UDP socket

sockets udp interface ip

What's the difference between WebSocket and plain socket communication?

sockets web websocket

How do I retrieve an error string from WSAGetLastError()?

c winapi sockets winsock

Using node.js to listen on 2 different ports

node.js sockets webserver

What's the purpose of using sendto()/recvfrom() instead of connect()/send()/recv() with UDP sockets?

Go, tcp too many open files debug

sockets tcp go goroutine

java.net.BindException: Permission denied when creating a ServerSocket on Mac OSX

java macos sockets

Use socket.io inside a express routes file

node.js sockets socket.io

Failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED

What is the actual impact of calling socket.recv with a bufsize that is not a power of 2?

python c sockets tcp

Efficient Linux sockets (DMA/zero-copy)

linux sockets asynchronous

Are socket options inherited across accept() from the listening socket?

c sockets posix

Is it possible to use port 80 for both HTTP and web socket traffic?

apache http sockets websocket

What exactly do socket's Shutdown, Disconnect, Close and Dispose do?

Python Django Errno 54 'Connection reset by peer'

python django sockets

Do TCP connections get moved to another port after they are opened? [duplicate]

c sockets networking tcp