Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

UNIX domain socket: is there such a thing as a "busy" signal?

sockets unix-socket

Avoid reusing of the same fd number in a multithread socket application

accept() method and tcp/ip handshake

java sockets tcp handshaking

Using C#/C++, is it possible to limit network traffic?

Auto enter pass phrase in case of Python ssl Client/Server

python sockets ssl certificate

What to do when ServerSocket throws IOException and keeping server running

java networking sockets

Maximum length of buffer in AF_UNIX socket

c sockets

Java non-blocking IO selector causing channel register to block

java sockets nonblocking

Android service for TCP Sockets

android sockets service

Developing an RSS Feed Reader in C++

c++ xml sockets

Access to TCP statistics/information per socket possible? (C/C++)

How can I tell if I sent a UDP packet to an open port?

c sockets udp port connect

Sending a string to a server from a client in C#

c# sockets networking client

python error : 'module' object has no attribute 'AF_UNIX'

python sockets

Which IPC is more efficient here?

C: send file to socket

c file sockets binary send

Will TCPStream.Read block until ALL data is received in send message?

c# .net sockets tcp stream

how to close a blocking socket while it is waiting to receive data?

python sockets networking

Is there any way to associate a file descriptor with user defined data?

c sockets posix

Socket : 2 way communication in python

python sockets