Project

General

Profile

Feature #1428

Updated by Junxiao Shi over 7 years ago

FaceUri parser should recognize link-local IPv6 address in the form of `tcp6://[fe80::d6ae:52ff:fecd:260c%25eth1]:6363`. `tcp6://[fe80::d6ae:52ff:fecd:260c%eth1]:6363`.   
 `%eth1` part is required to specify the NIC being used. 

 TCP and UDP factories should allow creating faces using link-local IPv6 address with explicitly specified NIC name.

Back