Project

General

Profile

Task #1134

Updated by Junxiao Shi over 10 years ago

Implement TCP channel, which can listen on a TCP endpoint, and can initiate outgoing TCP connections. 

 The endpoint is specified as `sockaddr_in6`. 
 In initial implementation, only IPv4 addresses are allowed (expressed as [IPv4-mapped IPv6 addresses](https://en.wikipedia.org/wiki/IPv6#IPv4-mapped_IPv6_addresses)). IPv6-mapped-IPv4 addresses).

Back