Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

Why does getaddrinfo return a port number of 20480 for HTTP?

c sockets

RabbitMq refuses connection when run in docker

After Windows 10 update 1803 my program can't open a socket when running from network share

c# mysql sockets ssh windows-10

Why shouldn't I run my non-web server software on port 80?

sockets tcp client-server

Trouble reading from a socket in go

sockets go

When binding a client TCP socket to a specific local port with Winsock, SO_REUSEADDR does not have any effect

c winapi sockets tcp winsock

Socket programming at low level

c sockets unix

How to limit connection in Linux socket programming?

c linux sockets

Android device to PC's socket connection

How to test the speed for Socket?

sendto : Resource temporarily unavailable (errno 11)

c sockets udp sendto

Computing network distance between two hosts

how to turn boost::asio socket into C++/CLI .Net socket?

.net c++ sockets boost c++-cli

Getting unused port number in C dynamically when running server process

c linux sockets

Multiple connections on the same port socket C++

c++ multithreading sockets

How to wake up a thread being blocked by select.poll.poll() function from another thread in socket programming in python?

python sockets

What is an appropriate architecture for creating a multi-user client-server application?

java sockets serversocket

Why Java ServerSocket accept() returns a socket with the same port as ServerSocket?

java sockets tcp serversocket

recv with non-blocking socket

c linux sockets nonblocking recv

Writing on a TCP socket closed by the peer

c sockets tcp sigpipe