Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

How to decide if a file descriptor is attached to a file or socket in Linux

c linux sockets unix posix

Close client connection in Netty

java sockets netty

Connection between Socket.IO and HapiJS

Socket programming in C

Most suitable asynchronous socket model for an instant messenger client?

c++ sockets

Is there a way to poll a socket in C# only when something is available for reading?

c# .net sockets polling

Java socket bug on linux (0xFF sent, -3 received)

java linux sockets

TCP Socket file transfer

Socket open and close on 1 sec or to hold open

java sockets

How to ping an IP using a socket and send data through it?

java sockets networking ip ping

Sending socket message with ruby without closing connection

ruby sockets

How to secure a client/ server socket communication

java socket InputStream hangs/blocks on both client and server

java sockets

epoll with edge triggered event

c linux sockets epoll

write(socket, buff, length) makes crash

c sockets

How do I correctly randomly assign a port to a test HTTP server using boost asio?

How to get an addres of AF_INET6 socket with recvfrom

c++ c linux sockets ip-address

Connection reset by peer [errno 104] in Python 2.7

python python-2.7 sockets

Failed to unlink socket file /tmp/mongodb-27017.sock errno:13 Permission denied

Is it possible to force socket.io to use wss instead of ws, without having to change to https?