Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

How can I tell Perl's IO::Socket::INET which interface to use?

perl interface sockets

Why would connect() give intermittent EINVAL on port to FreeBSD?

Confused about Sockets with UDP Protocol in C#

c# sockets networking udp

setsockopt fails for IPPROTO_TCP IP_TOS in C

Check if port is open in ANT

Can an persistent HTTP client send more than one request at a time?

http sockets connection

Why a "java.net.SocketException: Broken pipe" will occur?

java sockets

sockets programming gfortran

Handle socket descriptors like file descriptor (fstream)? C++/Linux

c++ linux sockets stream

boost asio udp socket async_receive_from does not call the handler

c++ sockets boost udp boost-asio

I want to stream a webcam feed using socket programming in Python

How to run code every time a new socket is created on my Linux machine?

c linux sockets unix tcp

Node.js & Socket.io: Self-signed certificates for a secure websocket connection

What can cause Rust's TcpSocket::write() to return "invalid input"?

sockets rust

Java Socket still first choice for TCP/IP programming in Java?

java sockets tcp

Starscream delegates not being called

ios swift sockets delegates

Implementing REST API in Python with existing asyncio event loop

python rest sockets

Does reading from a socket wait or get EOF?

c sockets server client wait

TCP keep-alive parameters not being honoured

linux sockets networking tcp

How to mock socket in C