I am trying to create a raw socket which send and receive message with ip/tcp header under linux. I can successfully binds to a port and receive tcp message(ie:syn)
I\'m creating an app using the SmallSockets library ( http://smallsockets.sourceforge.net/ ). I have this code:
I\'m looking for some C#/.NET library that I can use to do s开发者_JAVA百科ome NAT-Punching for multi-player game development. Using a central server to establish initial connection is OK, but ideally
I\'m trying to run my server program but I keep getting this error: ERROR on binding: Address already in use
I\'m trying to implement a Fitnesse Slim server for delphi, but have some problems with the communication.
I have written an async UDP client to talk to a server at my company.When I run on my developer machine all is well.When I deploy to another machine I get a socket exception on EndReceive the first ti
I am trying to create a BSD socket to listen for messages from a specific IPv6 multicast address.I currently have no problem creating the socket listening on the correct address 0::0.
I have a daemon to write in C, that will need to handle 20-150K TCP connections simultaneously.They are long running connections, and rarely ever tear down.They have a very small amount of data (rarel
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m using super-simple synchronous C# Sockets for an assignment.The assignment is to create a peer-to-peer chat program, so each instance must work as both a client and a server. My program works gre