Changes between and of Initial VersionVersion 1Ticket #5086
- Timestamp:
- 02/05/2012 07:57:37 AM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5086 – description
initial v1 1 Similarly to #5084, Twisted should provide low-level support for IPv6UDP servers. `IReactorUDP.listenUDP` implementations should accept IPv6 address literals and set up a UDP port bound to that address.1 Similarly to #5084, Twisted should provide low-level support for [wiki:IPv6] UDP servers. `IReactorUDP.listenUDP` implementations should accept IPv6 address literals and set up a UDP port bound to that address. 2 2 3 3 Nothing about how IPv4 support is provided will change - IPv4 address literals and hostnames will continue to listen only on an IPv4 address. The default will still be to listen on INADDR_ANY, which does not include an IPv6 addresses.
