I am new to winsock, I tried to write a server socket that accepts new connection, then it calls an external executable file. How can we redirect the stdin and stdout of the external executable file t
I have a few questions regarding WSARecv Question 1: How do I excactly determine what size we must assign to the WSABUF开发者_开发问答.len?
How does WSAStartup function initiates use of the Winsock DLL? According to the documentation The WSAStartup function must be the
Let\'s say you\'re transferring a file of arbitrary length in chunks over TCP/IP: looping... read(buffer, LENGTH)
so i wondering on how you 开发者_如何学JAVAcreate a class in c++ where the object itself has a main value like how \'string\' works
I\'ve googled and searched on various websites and I can not work out why I get the follow errors from one of my functions.
I\'m r开发者_StackOverflow社区eceiving a stream of bytes and i need to split out messages, for example
I am working in networking reliability simulation, I need to simulate packet dropping based on a quality of service percentage. Currently I have a DLL that hooks into 开发者_Go百科send, sendto, recv a
I am having a tough time with private and public udp ports. I am doing a client-server VoIP program and have some questions.
Is there any way of checking if data sent using winsock\'s send() or WSASend() are really delivered to destination?