[Babel-users] [PATCH] Add support for unix-domain local socket
Juliusz Chroboczek
jch at pps.univ-paris-diderot.fr
Sat Feb 13 13:40:24 UTC 2016
> I'm not sure it makes sense to accept local-path*/local-port* changes
> from the local interface itself. Doing that means I'll unlink the wrong
> path on exit. The same is already true for pid-file, though.
Right. We also need to call reopen_logfile when the logfile changes.
Interestingly, state-file does the right thing, since we unlink it at
startup and recreate it at shutdown.
Somebody (probably me) needs to go through all the configuration file
directives and decide which ones make sense after startup. For some, it's
not really clear cut -- if you chage the default hello interval, for
example, existing interfaces stay with the old value, but newly created
interfaces will get the new value.
-- Juliusz
More information about the Babel-users
mailing list