Top "Udpclient" questions

UdpClient (System.

Error receiving in UDP: Connection refused

I am trying to send a string HI to a server over UDP in a particular port and then to …

c sockets udp udpclient
Visual Basic UDPClient Server/Client model?

So I'm trying to make a very simple system to send messages from a client to a server (and later …

vb.net client-server chat udpclient
Socket has no attribute AF_INET?

I am trying to do a socket programming assignment from one of my textbooks.. UDP connection.. UDPServer.py from socket …

python sockets firewall udpclient
How to receive UDP packets from any ip and any port?

I wanted to use C#'s UdpClient to listen to any incomming UDP packets. I want to receive packets from …

c# networking network-programming udp udpclient
How to use asynchronous Receive for UdpClient in a loop?

I am building a multi-threaded application. One of the threads is responsible for processing UDP messages that come from an …

c#-4.0 asynchronous udpclient
How to know the port number used by c# UdpClient?

I am creating a client server application using c sharp. The server is using tcplistener with fixed port number. the …

c# port udpclient
Can UDP retransmit lost data?

I know the protocol doesn't support this but is it common for clients that require some level of reliability to …

networking udp udpclient
How to specify source port of a UdpPacket?

I wanted to send UdpPacket to a specific remote host (I already know the public IP and Port). I wanted …

c# networking network-programming udpclient
UDP: Read data from all network interfaces

I've the following code to read multicast message coming from the network, for a specified IP+Port private static void …

c# sockets network-programming udp udpclient
Sending UDP packets over the Internet

I'm trying to learn some of the ins and outs of P2P/decentralized networks. My question is the following. …

networking udp packet udpclient