Add local address information to edges.
authorEtienne Dechamps <etienne@edechamps.fr>
Sun, 22 Jun 2014 15:29:30 +0000 (16:29 +0100)
committerEtienne Dechamps <etienne@edechamps.fr>
Sun, 29 Jun 2014 10:23:14 +0000 (11:23 +0100)
In addition to the remote address, each edge now stores the local address from
the point of view of the "from" node. This information is then made available
to other nodes through a backwards-compatible extension to ADD_EDGE messages.

This information can be used in future code to improve packet routing.


No differences found