wolance
wolance
... i bind 0.0.0.0 1234... i recv the client handle...and handle.sendto.....and not set any ip address...but, client recv server ip have a different
def on_read(self, handle, ip_port, flags, data, error): handle.send(ip_port, 'hi') same as udp server example, i have not added other code....
> > > Sounds like this isn't quite SmartOS. What does `uname -a` show on your system? Also, what version of libuv are you working with? SunOS mysunos 5.10 Generic_147148-26...
> > > > libuv 1.15.1 maybe...i look up uv-version.h > > You're probably using 1.15.0 or 1.16.0, as there doesn't seem to be a 1.15.1. Either way, those releases...