зеркало из https://github.com/mozilla/gecko-dev.git
6b419daeb0
It seems that the serialization generated by inet_ntop_internal via getnameinfo is sometimes wrong, returning `?` instead of serializing the IP we pass in. It's also inefficient to keep passing the serialization to and from rust code - instead it's much easier to just pass a pointer to the NetAddr union and build a proper SocketAddr instance on the rust side from from the bytes instead of parsing the serialization Differential Revision: https://phabricator.services.mozilla.com/D129489 |
||
---|---|---|
.. | ||
neqo | ||
neqo_glue | ||
moz.build | ||
nsINamedPipeService.idl | ||
nsISOCKSSocketInfo.idl | ||
nsISSLSocketControl.idl | ||
nsISocketProvider.idl | ||
nsISocketProviderService.idl | ||
nsITransportSecurityInfo.idl | ||
nsNamedPipeIOLayer.cpp | ||
nsNamedPipeIOLayer.h | ||
nsNamedPipeService.cpp | ||
nsNamedPipeService.h | ||
nsSOCKSIOLayer.cpp | ||
nsSOCKSIOLayer.h | ||
nsSOCKSSocketProvider.cpp | ||
nsSOCKSSocketProvider.h | ||
nsSocketProviderService.cpp | ||
nsSocketProviderService.h | ||
nsUDPSocketProvider.cpp | ||
nsUDPSocketProvider.h |