sockets
Snooping in on IGMP traffic
I built a library for doing IGMP stuff. Now, the silly thing is, my library also does presence monitoring to make sure others ar开发者_JS百科e still part of the group.[详细]
2023-04-12 17:16 分类:问答A good way to interpret Socket Responses
I am trying to write a simple mail client in Java with sockets. But I am thinking what is the best way to handle the response from the server? Suppose I have a simple code like the one below:[详细]
2023-04-12 16:56 分类:问答is it valid to async send data before completion handler of the previous one was invoked?
I\'m sending data asynchronously to TCP socket. Is it valid to send the next data piece before the previous one was reported as sent by completion handler?[详细]
2023-04-12 16:50 分类:问答How to write unit test for Python socketserver request handler?
How can I write unit tests for a socketserver request handler? I have tried to use the following code but have enco开发者_如何学Gountered a problem:[详细]
2023-04-12 16:11 分类:问答Server Sockets Don't accept clients
I\'m learning about sockets in java. I was able to connect a client socket to an online server, but I can connect them to my own server sock开发者_开发百科et![详细]
2023-04-12 15:48 分类:问答UDP listening socket stops listening after network configuration changes
I have a UDP socket listening in a port for broadcast transmissions and it is working fine. However, when I hibernate and resume the OS (Windows 7), the socket just stops receving data (and I can see[详细]
2023-04-12 15:11 分类:问答Android - native sockets not removing 3G-sleep-mode on first attempt
I have a really annoying problem. What happens is I have an application which is using native sockets to send data over TCP.[详细]
2023-04-12 14:21 分类:问答C++ Qt write to unix socket
I have a unix socket in /tmp/my_s开发者_开发知识库ock How can I connect to it and write data? Is there a Qt way to do it?Qt supports unix domain sockets natively through QLocalSocket and QLocalServer[详细]
2023-04-12 14:19 分类:问答How do I detect the Ephemeral Port Range at run time in C++ on my machine
I have code that runs on several platforms windows and linux various versions, and I need to determine while running what the ephemeral port range is on the machine. Is there a way to do this programa[详细]
2023-04-12 13:46 分类:问答PHP socket_read() only gets the first byte of the stream
I\'m getting a very weird behavior when using socket_read() in linux. I\'m using socke开发者_运维知识库t_read with a 2048 buffer limit.[详细]
2023-04-12 12:06 分类:问答