Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

out of order FIN packet and overwrite?

Read bytes from Java NIO socketchannel until marker is reached

java sockets nio bytebuffer

Python's 2.7 socket.timeout behavior

python python-2.7 sockets

Using Boost::Asio socket async and sync operations together

c++ sockets boost boost-asio

Send canvas data between applications

python sockets canvas kivy

Multicast with AF_LOCAL or AF_UNIX sockets on Linux?

Understanding channelRegistered in netty 4, when could a channel be re-registered?

java sockets netty

Canonical way to "broadcast" data to multiple processes in linux?

linux sockets

how to bind/connect multiple UDP socket

c sockets udp

Prevent fork() from copying sockets

linux sockets fork

Calculating bandwidth speed of data sent/received over a socket?

java sockets iostream

Proper handling of EWOULDBLOCK with polling on a non-blocking socket

c sockets epoll

How to find out if a socket is already in Non-Blocking mode in Windows?

c windows sockets

Best way to send video over TCP Socket in C

c sockets video tcp

One machine being server AND client with STunnel

sockets client stunnel

Socket.Disconnect(bool reuse)

c# sockets

python: how to tell socket.gethostbyaddr() which dns server to use

python sockets dns

Should sockets be non-blocking to work with select in Python?

How does the socket connect timeout work?

Sending binary data over sockets with Python

python sockets