Displaying 2 results from an estimated 2 matches for "002dprotocol".
2017 Feb 27
2
multithreading, subnet weights, logging info
...s) directly to those hosts, and that packets destined to
others will be relayed through the ConnectTo hosts?
"nexthop" seems to confirm this -- only Connections are nexthops -- but
then ADD_EDGE and REQ_KEY meta messages (as documented here
https://www.tinc-vpn.org/documentation/The-meta_002dprotocol.html#The-meta_002dprotocol)
seem to imply direct data packets are possible.
3. What is the routing behavior when multiple nodes advertise the same
subnet at the same weight? I think this is it:
https://github.com/gsliepen/tinc/blob/master/src/subnet.c#L87-L97, and it
means that it's a lexical...
2017 Mar 13
0
multithreading, subnet weights, logging info
...d that packets destined to
> others will be relayed through the ConnectTo hosts?
>
> "nexthop" seems to confirm this -- only Connections are nexthops -- but
> then ADD_EDGE and REQ_KEY meta messages (as documented here
> https://www.tinc-vpn.org/documentation/The-meta_
> 002dprotocol.html#The-meta_002dprotocol) seem to imply direct data
> packets are possible.
>
> 3. What is the routing behavior when multiple nodes advertise the same
> subnet at the same weight? I think this is it: https://github.com/
> gsliepen/tinc/blob/master/src/subnet.c#L87-L97, and it means...