winsock2
missing messages when reading with non-blocking udp
I have problem with missing messages when using nonblocking read in udp between two hosts. The sender is on linux and the reader is on winxp. This example in python shows the problem.[详细]
2023-01-20 19:50 分类:问答WSAEAFNOSUPPORT error
Hi I am implementing P2P chatting application where server will mediator for exchangeing IP and port to connecting peer.[详细]
2023-01-18 05:42 分类:问答How to write TransmitPackets function in winsock2?
I\'m writing a file transfer application in VC++(Server) using UDP. I came to know in winsock2, there are some functions which are useful in file transfer. Can anybody help me. I\'m al开发者_运维百科s[详细]
2023-01-09 16:27 分类:问答winsock compile error
The following errors are from a file with just windows and winsock2 included. C:\\Users\\ioil\\Desktop\\dm\\bin>dmc sockit.c[详细]
2023-01-04 06:02 分类:问答Winsock Select() function gives 0xC00000FD exception
I\'ve a select based server. Sockets are in blocking mode,but for select() function I\'m using 250 ms. timeout.[详细]
2023-01-02 12:18 分类:问答How to do packet mangling with winsock2 in windows?
I\'m following examples here, but none of them provides an example on how to modify packets(previously I used winpcap only to found that it can ONLY read packets!).[详细]
2023-01-02 03:45 分类:问答Bluetooth service problem
I need to create a custom bluetooth service and I have to develop it using c++. I read a lot of examples but I didn\'t success in publishing a new service with a custom UUID. I need to specify a UUID[详细]
2022-12-29 11:09 分类:问答Increase the TCP receive window for a specific socket
How to increase the TCP receive window for a specific socket? - I know how to do so for all the sockets by setting the registry key TcpWindowSize,[详细]
2022-12-29 00:59 分类:问答Is there any delphi winsock2 library?
i need to u开发者_如何学JAVAse WSASocket function etc ...WinSock 2.2 API unit orWinsock2.pasAnother good higher level wrapper around WinSock2 is Synapse.It also can support Winsock 1 with a compiler s[详细]
2022-12-26 03:36 分类:问答Is it possible to use connection proxies using sockets?
I need to connect to a server from an environment with a SSL proxy on, is it possible to开发者_开发技巧 handle that environment using just sockets? Is it was a no-SSL proxy, would that be possible?[详细]
2022-12-24 20:52 分类:问答