Re: Binding a udp socket to a port(on the local machine)

2017-04-23 Thread Jonathan Marler via Digitalmars-d-learn
On Saturday, 22 April 2017 at 21:24:33 UTC, Chainingsolid wrote: I couldn't figure out how to make a udp socket bound to a port of my choosing on the local machine, to use for listening for incoming connections. I assume you meant "incoming datagrams" and not "incoming connections". import

Binding a udp socket to a port(on the local machine)

2017-04-22 Thread Chainingsolid via Digitalmars-d-learn
I couldn't figure out how to make a udp socket bound to a port of my choosing on the local machine, to use for listening for incoming connections.