-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 05/28/2014 10:43 AM, Stephen von Takach wrote: > Did you check the return value of uv_udp_bind? *I do check the > return value and it was successful. H*ave by-passed the issue in > our current project by replying to a pre-defined port (not using > the inspected port) and the fact that the server receives the > response data indicates that the binding worked. > > You can use uv_udp_getsockname to get back the bound address; is > it what you expected? *No! It returns 32512 (the port I see on the > far end)*. The really weird thing is that this port is returned for > every UDP binding, all binding to different ports. So all UDP data > in the application is going out 32512. >
Can you provide a reduced test case I can run? - -- Saúl Ibarra Corretgé bettercallsaghul.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iQIcBAEBAgAGBQJThaHiAAoJEEEOVVOum8BZHWYP/jlAdAG82A2rVokz+5sPgbt9 M4oXRDgO4/niZ1jiV3zFmZdO4niLC3MRG8NxCAgZiVthEesAtCZQqzKy4bmFYwHq gWLWrYQYOnJ748tfeEnTQYigEMcwl2Cp1vtnR3BOgngBC5jpr348rFYnOODoe8hC 26jKVo20KyLMRZMesWFmoI6ZPlZiKnW/c1pp+ty5VbJ4nxON1ml6P9gtQgiebOHA e8oqNqnaawDziBwqczWsmSLf54yqEzj+0OPdUygtDCZ48pbbFAcbYWXjPM+HpZU0 IzoaTa1fe0b95i8C7Aa/R3Nc++3ahbjyQ8dVgSVgVXbB7AIsox3VZcXwrRaRj9Iz C4C3l71yMmU5G9rq1tUYr/5+ActT0bbPet4X+oq9uQtxTL2V6aQ2F1eJWo0AyMW8 abYUhO5vF7F0dA/Bxxr18aOq+2vgx1EjFyO0HqsUg/KZyKotptBAH9wV1skouufD 7intC8V98bQTtyID/2ChTS3f7BwAnP4ad0/tL94LdJsj7KGdfdsml7hQUmuqp5W9 PscMggvtiISpbHiTUgdLRXW/3nskijymPIc9Iqg6fUKeRwySOTzGKN/NjMqzWmX7 g+QlL8eORhHTUmdJZx9NBwcIGxcUul+/FRqrMydn5NKFpV37+vCWMoRiyzx6GYO1 CS6/HrPP4+ZFc7s3sCJ3 =rPuw -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
