Changes between and of Initial VersionVersion 12Ticket #5085
- Timestamp:
- 02/05/2012 09:59:33 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5085
- Property owner set to ragzilla
- Property cc maddison@…, thijs added
- Property priority changed from normal to high
-
Ticket #5085 – description
initial v12 1 Similarly to #5084, Twisted should provide low-level support for IPv6TCP clients. `IReactorTCP.connectTCP` implementations should accept IPv6 address literals and attempt to establish a connection to that IPv6 address.1 Similarly to #5084, Twisted should provide low-level support for [wiki:IPv6] TCP clients. `IReactorTCP.connectTCP` implementations should accept IPv6 address literals and attempt to establish a connection to that IPv6 address. 2 2 3 3 All of the IPv4 features of `connectTCP` will remain the same. Passing an IPv4 address literal or a hostname will still attempt a connection to an IPv4 address.
