winsock
Does changing this one line implement persistent keep-alive connections?
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):[详细]
2023-03-17 19:45 分类:问答Validation of connections with winsock
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[详细]
2023-03-16 19:14 分类:问答C++ problem with Datagram (UDP)winsocket to sendto and recvfrom on the same socket through the loopback adapter
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[详细]
2023-03-16 18:35 分类:问答VB6 Dynamically Adding Winsock Control
I\'m using the following code to dynamically create a WinSo开发者_Python百科ck control, and connect to a server using it:[详细]
2023-03-15 13:40 分类:问答Can I send non-IP packets using Winsock?
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[详细]
2023-03-15 04:34 分类:问答Determine between socket and fd
On unix everything is a file approach of function read(), write(), close() is not supported on Win32.[详细]
2023-03-14 20:42 分类:问答How do I make sure WinSock sends to all clients?
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.[详细]
2023-03-14 19:06 分类:问答Is it possible to host a webserver in VBA?
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.[详细]
2023-03-14 15:56 分类:问答Windows 2003 server socket error 10055
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[详细]
2023-03-13 13:39 分类:问答Determining Packets Received with Winsock2
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[详细]
2023-03-13 11:54 分类:问答