Brandon,
You might also want to look at the code in openflow/lib/rconn.c -- in
the functions rconn_new, rconn_new_from_vconn and rconn_create you'll
see there an inactivity probe interval. (The default when doing
rconn_new_from_vconn is hard-coded as 60 seconds -- I discovered this
yesterday when I was trying to track down a problem with our hypervisor.)
I think that NOX makes use of vconn/rconn although I haven't verified
it. You might want to grep the NOX code for rconn_new.
Glen
Daniel Wendlandt wrote:
I believe the following line in nox/src/lib/openflow.cc hardcodes the
ECHO probe interval which is actually sent in
Openflow_connection::run(), though I didn't write the code so i'm not
sure.
const int Openflow_connection::probe_interval = 15;
dan
Brandon Heller wrote:
Hi,
I'd like to change the frequency of echo requests and replies coming
from nox. Where would I change this?
Thanks,
Brandon
------------------------------------------------------------------------
_______________________________________________
nox-dev mailing list
[email protected]
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
------------------------------------------------------------------------
_______________________________________________
nox-dev mailing list
[email protected]
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
_______________________________________________
nox-dev mailing list
[email protected]
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org