winsock
Analysing vb6 network traffic
I\'m using Microsoft Network Monitor to analyse traffic that is sent through a VB6 application via winsck.ocx[详细]
2023-03-07 20:28 分类:问答How to add authentication to a socks5 proxy server?
I am trying to build a socks5 proxy server using codes I found googling and customizing them. Everything works fine so far but now I want to add authentication to the socks5.[详细]
2023-03-06 18:38 分类:问答Socket transmit data but can't receive response
I am trying to implement UpNP in C++, I found a few sources on google but none worked. I found this one working (http://www.codeproject.com/KB/IP/upnplib.aspx) but it\'s for .NET, so I decided to snif[详细]
2023-03-06 17:18 分类:问答c++ server client chat
I\'m making a server, client app in c++ console based. What I did so far: I can connect to the server.[详细]
2023-03-06 09:16 分类:问答Sending Files With Sockets
I\'m trying to create a basic HTTP server to learn more about how it works. I\'m having difficulties with sending binary files to the client. My code is as below:[详细]
2023-03-06 02:43 分类:问答Error handling in overlapped socket IO
Can anyone please suggest a reliable way to handle system errors in case of using overlapped socket IO and IOCP?[详细]
2023-03-06 01:02 分类:问答how to handle packets in multi-threaded server client program?
I currently have a client app that works but it is single threaded. my packets look like this: < len_of_data>|< data>\"[详细]
2023-03-04 12:40 分类:问答Can anyone give example of using sockets to send file?
I need to create two programs: Server Client The server sends request to client, then the client receives request and captures the screen using this function:[详细]
2023-03-02 02:08 分类:问答Best approach to non blocking server/listening socket in a multi-thread application on Windows?
I\'m writing a TCP server/client application on Windows, to become familiar with the Winsock API. I come from an UNIX background and would like to know which of these could be the best approach to imp[详细]
2023-03-01 17:03 分类:问答sending and receiving udp packets on same port
i need my client app to be able to sendto() and recvfrom() through the same port using UDP. I have discovered i can only bind one socket to the port and it\'s better to do it wh开发者_高级运维en usin[详细]
2023-02-28 12:24 分类:问答