I\'m implementing peer-to-peer IPC using TCP in a Windows XPapplication. I\'m using the select and socket modules in Python 2.6.6.
The Winsock function listen(socket, backlog) has a parameter to specify the size of the queue for pending connections. The program should pass SOMAXCONN to set the queue to its maximum size.
I am new to Win32 programming. sprintf(lpszBuff,\"HELO Mail-Server\\r\\n\"); send(s,lpszBuff,strlen(lpszBuff),0);
I\'m having some problems with JRTPLIB c++ win32 version, compiling in visual studio2010.(http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jrtplib). I\'ve emailed the author but have yet to r
i\'ve stuck in a problem that is never heard about before. i\'m making an online game which uses UDP packets in a certain character action. after i developed the udp module, it seems to work fine. th
The docs for the TransmitFile winsock function do say \"file\" and not \"file descriptor\", so maybe the answer is no? If I can\'t use TransmitFile to se开发者_JAVA百科nd data from a pipe over a socke
I currently have a .NET program initiating a connection to a server and starting another, unmanaged executable. The native process should take over the same socket (it is essential for the connection
I have a program that does some networking using Winsock, and one of our requirements right now is to port over our program to Linux. 开发者_如何学CThe only thing stopping us from doing this is Winsoc
As the title states, what are the duplex of the 开发者_运维知识库BSD sockets, full? - and that is on the same single socket.If you read the socket(2) manual page, you will see that SOCK_STREAM type so
For some reason, my chat application always gets WSATIMEDOUTwhen trying to connect to another person over开发者_C百科 the internet.