Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sockets

TCP Retransmit and TCPCopy when using loopback device on Windows 7

windows sockets tcp

TCP-Based Client communication doesn't work in iOS 11?

Why is merging Python system classes with custom classes less desirable than hooking the import mechanism?

"Endless" AudioInputStream from socket

Client-Server: File transfer from Android to PC connected via socket

Why can recv() in the client program receive messages sent to the client after the client has invoked shutdown(sockfd, SHUT_RD)?

Is this the right way to use a messaging queue?

Sending image over sockets (ONLY) in Python, image can not be open

python image sockets

RIO (Registered I/O) sockets in .NET

Boost ASIO: SSL handshake() never finishes

c++ sockets ssl boost-asio

Is it possible (and safe) to make an accepting socket non-blocking?

c sockets posix fcntl

Are there any functional difference in using Socket or UdpClient for multicasting?

c# sockets multicast

Connect to SMTP (SSL or TLS) using Python

python sockets smtp gmail

Audio streaming via TCP socket on Android

C socket API is thread safe? [duplicate]

Want a .Net Socket Event Handler for incoming data

c# .net sockets

What could cause socket ConnectException: Connection timed out?

What is the difference between java.net.SocketException: Connection reset and java.net.SocketException: Broken Pipe?

java sockets

Know of any cross platform socket library (windows & Linux) in C?

c sockets tcp cross-platform