Added some more debug information for when a advert is received
This commit is contained in:
parent
68240908bc
commit
37181c81ca
@ -130,6 +130,9 @@ void session::handle_advert(const ptr<iface>& ifa)
|
|||||||
|
|
||||||
void session::handle_advert()
|
void session::handle_advert()
|
||||||
{
|
{
|
||||||
|
logger::debug()
|
||||||
|
<< "session::handle_advert() taddr=" << _taddr << ", ttl=" << _pr->ttl();
|
||||||
|
|
||||||
_status = VALID;
|
_status = VALID;
|
||||||
_ttl = _pr->ttl();
|
_ttl = _pr->ttl();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user