RejectedSoftware Forums

Sign up

Pages: 1 2

Re: Remote address of UDP packet

I took a look at the definitions in std.socket and core.sys.apra.inet.in_

basicly there are version statements for Linux,FreeBSD and OSX but
what is in there is always the same.
it's all bsd sockets after all

Re: Remote address of UDP packet

I have a workaround for you but! it's ugly as hell

Ha, nice. Ugly indeed but that's okay... will hide it away in a function and fix it later :)

Cheers.

Re: Remote address of UDP packet

On Wed, 29 Jan 2014 21:18:27 GMT, punkUser wrote:

Ha, nice. Ugly indeed but that's okay... will hide it away in a function and fix it later :)

Cheers.

I've already created a Pull-Request for an overload TCPConnect(NetworkAddress target)
When it is merged you can remove the kludge

Pages: 1 2