Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

What Parallel computing APIs make good use of sockets?

ENOENT while creating a UNIX socket in Ruby

ruby sockets unix

Java application wanting to use both Inet4Address and Inet6Address at the same time

System.Net.HttpListener on Windows 7 Ultimate x64 Limited to 1k Concurrent Connections

.net sockets httplistener

Win32 sockets - Forcing ip packets to leave physical interfaces when sending to other local interfaces

winapi sockets ip ipv4 loopback

Sending binary data

c sockets binary

Idiom for socket receive in Python

python c sockets

C# Check if socket is disconnected?

c# events sockets polling

Java - networking - Best Practice - mixed synchronous / asynchronous commands

Linux TCP server: reading client's IP address before accepting connection

c linux sockets ddos

Passing a socket to a new AppDomain

c# sockets appdomain

Android - Sockets vs Polling

android sockets chat polling

Can I create a pthread inside a pthread, which is already created by the main?

c++ sockets posix

Pipe between sockets

c++ c sockets copy pipe

python: urllib2 using different network interface

size of the next queued datagram - UDP

c# .net sockets udp datagram

Why am I seeing duplicate packets when using sockets to receive UDP broadcasts on Windows7 but not XP?

multiple sockets sharing a port in node.js (via socket.io)

Close socket when finishing application

android sockets

Why is Socket.Receive timing out on a half-closed connection when timeout is set to infinite?

c# sockets winsock