Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

Boost asio: Is it possible to turn accepted tcp socket into basic_socket_iostream (or somehow get it from it)?

c++ sockets boost tcp boost-asio

Why DatagramSocket.joinGroup() method takes a SocketAddress if the port does not matter for a multicast group?

"Illegal seek" error when working with socket streams with non-empty read buffers

c linux sockets fdopen

simple socket with php and delphi?

php delphi sockets

File transfer using TCP on Linux

c linux file sockets tcp

How to interrupt a thread performing a blocking socket connect?

Writing multithreaded TCP server on Linux

Linux socket using multiple threads to send

linux sockets pthreads

Looking for a good method to transfer critical real time data over internet

Sending images over sockets

c sockets

Broadcasting messages with Server-Sent events

How to send by socket C++ compatible struct from Java?

java c++ sockets struct double

Recv() call hangs after remote host terminates

c++ c sockets

Python, why it is errors 10035 (on server) and 10053 (on client) during using TCP sockets?

python sockets tcp client

Java Sockets: One Server and Multiple Clients

java multithreading sockets

Is application level heartbeating preferable to TCP keepalives?

sockets zeromq

Connect to Android Bluetooth socket

android sockets bluetooth

Socket.io emit progress check

How to set Java NIO AsynchronousSocketChannel connect timeout

Socket does not throw exception when trying to write to closed connection

java sockets