After the appropriate initializations, here\'s an infinite loop to service incoming HTTPS requests, but only one connection per request (and assuming requests need only one read):
On my server, I\'m using WSAAccept for incomming connection.How do I validate if connection is coming from a known source? I o开发者_JAVA百科nly want to allow a specific application to connect on my s
I am trying to send some data with a udp socket and receive them back on the same socket through windows loopback adatper. In my network properties I set the loopback adapter to have the following ip
I\'m using the following code to dynamically create a WinSo开发者_Python百科ck control, and connect to a server using it:
I\'m trying to create a small PPPoE Access Concentrator to learn the inner workings of PPPoE. This requires me to send non-IP packets, I need to be able to set the ETHER_TYPE and eventualy the destina
On unix everything is a file approach of function read(), write(), close() is not supported on Win32.
I have written a vb6 game to allow 4 players to play a card game. One of the players will host the game and the others will join.
I want to host a web server and want to use VBA to do it. Is this possible? I\'m just doing this to prove someone wrong and really want to make this program.
I was running a very big application on Windows 2003 server. It creates almost 900 threads and a single thread who is operating on a socket. It\'s a C++ application which I had compiled with Visual St
Is there a way to determine how many packets where received while using recv() with Winsock? I am looking for a solution to implement at the client, without开发者_开发百科 special requirements on the