Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

Android connect to tethering socket

android sockets

"java.net.BindException: Address already in use" when trying to do rapid Socket creation and destruction for load testing

java sockets networking tcp

Does closing the inputstream of a socket also close the socket connection?

java api 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