Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

Multiprocessing and sockets in Python

PrintWriter or any other output stream in Java do not know "\r\n"

How can i send cv2.frames to a browser

python sockets opencv

Create a layer 2 / ethernet socket with boost asio raw socket (in C++)

Can UDP packets be partially sent like TCP ones?

sockets tcp udp difference

Standard/safe way to check if IP address is in range/subnet

Can sockets be used to connect multiple computers on different networks in python? [closed]

python sockets

Socket module, how to send integer

python sockets

Python 2.7 [Errno 113] No route to host

python python-2.7 sockets

Java, sockets, BufferedReader, and readline hang ... :(

java sockets

getLocalAddress() returning 0.0.0.0

java sockets udp

Reading socket: EAGAIN: Resource temporarily unavailable

c++ sockets

Receiving a part of packet via recvfrom (UDP)

c++ c linux sockets udp

Is there a way to close a Writer without closing the underlying stream?

java sockets io outputstream

How to deal with getaddrinfo and thread-safety?

sockets ipv6 getaddrinfo

Refusing connection from a host

Android application: SocketException permission denied (No such file or directory)

android sockets

How to write an Android SocketServer to listen on wifi

android sockets wifi

setKeepAliveTimeout iOS behavior, exceeded 15 wakes in 300 sec

ios sockets voip keep-alive

Why use writefds in select ? How to use them in practice?