Skip to content
Nils Schneider edited this page May 5, 2016 · 3 revisions

IP Manager

This module manages IP addresses that are yet to be resolved to a client somewhere within the mesh. It has two basic funtions:

  • listen for packets on the tun interface
  • re-send cached packets once a route to a client appears

In addition, it'll take care of these tasks:

  • remove stale packets from IPs after 2s
  • remove stale IPs after 10s (= try at most every 10s to find a client)
Clone this wiki locally