udp
C# UDP Proxy / Pipe
Any example design code in C# or VB.NET ? Looking for a UDP Pipe example in .NET I downloaded Simple UDP proxy/pipe 0.4.1[详细]
2023-03-31 23:17 分类:问答C# UdpClient -- Ttl property vs. SetSocketOption
I\'ve used socket programming extensively in C++, so I understand what all of the socket options are, etc.Now I\'m dabbling in C#, and I\'ve come across a problem that I would like an explanation for.[详细]
2023-03-31 19:19 分类:问答recvfrom() returns 0 after sendto() call on the blocking udp socket
When I call recvfrom() on the blocking udp socket after sendto() call it returns 0. But when I call Sleep() function between them, recvfrom() returns the correct lenghth of the received udp packet.[详细]
2023-03-31 18:56 分类:问答Winsock 2.0 Will Not Connect to Public IP Address
So I am trying to build a simple text IM program to get into the wonderful world of networking. I have written 2 programs using Winsock 2.0 with C++: a server and a client. I have specified a UDP conn[详细]
2023-03-31 03:22 分类:问答Send struct over c sockets
I am b开发者_如何学运维uilding a UDP chat app. Is it safe sending C struct over c socket and on the other end memset received data? All data in struct is nullpaded with memset, so I assume the size of[详细]
2023-03-30 14:07 分类:问答Simple UDP reader
I\'m trying to read all traffic from UDP port 6610, and I can see the packets in Wireshark. I made a simple reader for this:[详细]
2023-03-30 11:48 分类:问答is it possible to mimic source/destination IP of UDP packets?
I capture network packets of specific protocol (over UDP if this matters) and I need to repeat them to different destination. Just sending captured packets will lose original source/destination IPs bu[详细]
2023-03-30 09:50 分类:问答Multiplayer networking only works on private network
So I\'m making a simple multiplayer online applet game, and I was testing it using multicast UDP sockets instead of the typical client-server connection.This is not meant to be efficient or safe for t[详细]
2023-03-29 22:14 分类:问答Ruby Vs Python - Socket Libraries
I have a concept I\'d like to work on that requires the use of low-level sockets (i.e.: no frameworks or wrappers,开发者_开发问答 just the standard send/recv pattern included in most standard librarie[详细]
2023-03-29 19:39 分类:问答UDP Paket Serialization and removal of overhead
I\'m about serialize a paket with information, which act as an answer on a开发者_如何学Python incoming udp paket. The incoming UDP paket is very compact and contains exactly the information I want to[详细]
2023-03-29 14:30 分类:问答