udp
Sending and Receiving arrays via Sockets
Is it possible to send an array through UDP Sockets using Python? I am using Python 2.5 and trying to send a simple array but it\'s not working. It can send the array successfully but when I try to pr[详细]
2023-03-29 04:02 分类:问答UDP Client only receives the very first transmission and none of the subsequent
I have asked a similar question to this before, but received limited help because of the lack of code I provided.I have written a client/server application as the prototype for a game my organization[详细]
2023-03-28 11:14 分类:问答What is the maximum size of the udp packet which is sent by the mainline DHT node for the get_peers query?
What is the maximum size of the udp packet which is sent by the mainline DHT node for the get_peers query?[详细]
2023-03-28 09:50 分类:问答Linux splice() returning EINVAL ("Invalid argument")
I\'m trying to experiment with using splice (man 2 splice) to copy data from a UDP socket directly to a file.Unfortunately the first call to splice() returns EINVAL.[详细]
2023-03-28 07:47 分类:问答how can i do NAT tunnel UDP hole punching in java?
how can i do NAT tunnel UDP hole punching in java? because of th开发者_如何学Pythonis, the A and B computer behind the different NAT can not receice the UDP packs which they send to each other.....[详细]
2023-03-28 01:28 分类:问答Client/Server UDP Program debugging in Eclipse
I\'m trying to debug my Client-Server UDP program to see what it is doing but when I get to the .receive() method (in either the client or the server code) the break point disappears and the step-into[详细]
2023-03-28 00:32 分类:问答UDP Client receives only 1 message
I have a server client application that I am currently working on.The server is receiving data fine over a WAN and the client seems to receive the data, but the client is only receiving one communicat[详细]
2023-03-27 21:35 分类:问答Are packets dropped if I am not actively receiving from a DatagramSocket?
I\'ve visited so many websites a开发者_StackOverflownd tutorials (and docs), but I still have one question unanswered. What happens, if UDP packet arrives, when I\'m not currently running socket.recei[详细]
2023-03-27 18:48 分类:问答UDP transmission over WAN
I have asked a couple of similar questions the last couple of days and received some really great help.I now understand my problem quite a bit better but I appear to have hit a snag.I have written a c[详细]
2023-03-27 17:28 分类:问答TCP/UDP Socket server on WAN
I have written a socket server in c# that will be used as the basic design for a small game project I am part of.The socket server works fine on lan.I able to communicate completely fine between the s[详细]
2023-03-27 11:18 分类:问答