Project

General

Profile

Task #1584

Updated by Junxiao Shi almost 10 years ago

Right now, NFD requires to be restarted when new interface is added or new address is assigned on interface (otherwise UDP multicast may not correctly work). 

 NFD needs to handle HUP USR1 signal, which will be send by some other process when network connectivity changes (upstart on Ubuntu, NDN control center or some other daemon on OSX).

Back