lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Aug 25, 2014 at 5:40 PM, Sean Conner <sean@conman.org> wrote:

>   UDP is connectionless.  You have to recvfrom() to get the remote address
> before you can call connect(), which now binds that socket to that one
> remote address.

Oh that is true -- I was talking about where either side knows "who"
the peer will be.  Can't know that if you're a timeserver or
something...