Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

What host to use when making a UDP socket in python?

python sockets udp

Socket Bind Error

java sockets

C# Getting packet data

creating a tcp socket with net.createConnection(port, [host]) in node.js

sockets node.js

Why's select() always blocked in non-blocking mode

python sockets

fatal signal 11 SIGSEGV when closing BluetoothSocket on Android 4.2.2 and 4.3

Socket InputStream and UTF-8

java sockets encoding utf-8

Sockets and Processes in Java

What is a good way to connect multiple clients to the server?