Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

Binding UDP Socket to Cellular IP

How to reconnect to a socket after server restart

sockets

How can I detect when a stream client is no longer available in PHP (eg network cable pulled out)

php sockets tcp stream

Using STDIN/STDOUT as a socket

perl sockets stdout stdin inetd

How can a Raku UDP server know where to send a response to?

sockets udp raku

Information about remote IP addresses

Interfacing with a daemon in C++ with sockets

c++ sockets daemon

PHP tcp connection to Java server hangs on socket_read()

java php sockets tcp client

c# - get source IP of multicast packet with recieveFrom

Sending a packet in C# via TCP?

c# .net sockets tcp

Type of socket address from recvfrom() with AF_PACKET / PF_PACKET

c linux sockets

I have get really confused in IP types with sockets (empty string, 'local host', etc...)

python sockets

Trying to get data from a TCP socket connection on a networked device using Python

python sockets tcp

Does a socket shutdown call from another thread always make blocking recv() threads wake up?

windows linux sockets freebsd

Can I repeatedly switch between blocking and non-blocking behavior?