Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

Shutting down SSL without closing underlying socket?

java sockets ssl

is gen_tcp:accept/1 safe?

sockets erlang

Java sending encrypted file over socket

java sockets encryption

What's the practical use of Socket.ExclusiveAddressUse?

.net sockets binding

UDP - Can I send two datagram parts, and make the receiving end combine them into one?

c# sockets udp udpclient

RAW Sockets - C# - Set Flags

c# sockets

Async Socket Writes - Potential for send operations to get mixed up? (.NET Sockets)

c# .net sockets

How to "clear out" the receive buffer on a Java DatagramSocket?

java sockets udp

WebSocket listener for Microsoft SQL Database

Duplicate input unix stream to multiple TCP clients (using socat)

sockets socat

Uploading data from Android App to desktop program

java android sockets

can multiple tcp sockets be marked as kCFStreamNetworkServiceTypeVoIP in a VOIP App?

cocoa-touch sockets ios5 voip

Limiting queue length with PyZMQ

python sockets zeromq pyzmq

Is the socket descriptor closed by the function exit(exit code)?

c sockets exit

PHP Stream Notification Callback Not Invoked

Can't read socket InputStream on Jelly Bean

Most Efficient High-Performance Server Socket/Thread Design [closed]

Understanding IO.select when reading socket in Ruby

ruby sockets

Checking if server is online from Java code

java sockets

Sockets vs named pipes for local IPC on Windows?

winapi sockets ipc named-pipes