I\'m programming a server and a client using non blocking so开发者_开发问答ckets (fd_sets and select function) and once the server closes or shuts down a client socket, the client starts receiving a l
I have an LSP (Layered Service Provider) DLL, but once it\'s installed in the catalog, how to i communicate with it in my program? My LSP is based largely off of Microsoft\'s sample LSP.
I\'m writing a networked game in C++ using Winsocks 2.2, using Visual Studio 2010, and decided it would be a good idea to use my web-server to store a list of active servers for the game.When a server
When the server sends 4 or more - 25 Byte packets to the client only the first 2 are processed by the client. I am using Event select on the client, and send on the server. There are no errors but onl
I\'m trying to write an experimental server program that accepts a connection and sends a message to the cl开发者_如何学编程ient. I got the client to connect, but I can\'t seem to send the message wit
I\'ve a client server architecture implemented in C++ with blocking sockets under Windows 7. Everything is running well up to a certain level of load. If there are a couple of clients (e.g. > 4) recei
I am writing my program in Visual Studio 2010. I am unable to link a file named ws2_32.dll with my project.
I am trying to programatically send out ICMPv6 echo requests (ping6) using WinSock2. The ICMPv6 checksum is calculated based on the whole IPv6 packet that will be sent out. For that reason - from what
If I write a server, how can I implement the receive function to get all the data sent by a specific clie开发者_如何学运维nt if I don\'t know how that client sends the data?
I\'m using a message window and WSAAsyncSelect. Ho开发者_开发知识库w can I keep track of multiple sockets (the clients) with one message window?Windows Supports several modes of socket operation, and