List Question
20 TechQA 2023-04-25T21:49:07.813000TCP sockets: string sent by Client can't be analyzed correctly by Server in if-query
46 views
Asked by Kinematikk
Preprocessor check for availability of Winsockets / BSD sockets
95 views
Asked by glades
Simple Java Server Application deployed on Heroku, can't listen to incoming connections on specified port
98 views
Asked by Aayush Anand
Purpose of SHUT_RDWR in shutdown() function in socket programming
2.9k views
Asked by John
What is the normal behaviour of connect() if no server is listen()ing at the other end, or the destination machine is unreachable?
15 views
Asked by FreelanceConsultant
C++: Attempting to "write" or "send" from server-side socket returns -1 after several hundred requests
336 views
Asked by Charles Buchanan
recvfrom non-blocking returning BAD ADDRESS error in c++
431 views
Asked by Darkgaze
How long are UDP datagrams stored in a socket?
252 views
Asked by Darkgaze
Aborted (core dumped) removing element from vector in c++
405 views
Asked by noworld
User buffer size to receive multicast packets?
1.1k views
Asked by user997112
What is the relation of the 'domain' parameter of the 'socket' function with the "data link" layer?
32 views
Asked by canellas
Why do Berkeley sockets require byte swapping?
174 views
Asked by 0x400921FB54442D18
How to find local/epheremal port number?
1.3k views
Asked by mark
Disable socket timeout, via setsockopt()
2.5k views
Asked by A. Smoliak
IPv6 scope ID vs IPv4
3.4k views
Asked by Tamás Zahola
How can I determine when the network stack is ready to open socket to same host/port again?
97 views
Asked by Richard Cook
Which protocol values are compatible with which combinations of domain and type in socket()?
354 views
Asked by tkhurana96
Using thread notification with Berkeley sockets
403 views
Asked by Cygnuson
Linux c++ recvfrom() changes (destroys) the [socket] file descriptor
347 views
Asked by Mostafa Talebi
C++ connect() in UNIX-socket based client program does not establish a connection to the server
2.3k views
Asked by Mostafa Talebi