DragonFly-2.3.0.519.gc59311 master sys/netinet in_rmx.c ip_flow.c ip_flow.h
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Fri Mar 27 21:31:00 PDT 2009
commit c59311aa99036ce371e34955f8254c300369a3ec
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Sat Mar 28 11:02:45 2009 +0800
ipflow: Flush ipflow if a new route is successfully added.
ipflow suffers same problem as described in FreeBSD-PR: kern/10778
Though the time of mis-routing will not be "arbitrarily long time"
for intermittent packet flow (thanks to the ipflow timeout), it
still could be quite long for a constant packet flow.
Summary of changes:
sys/netinet/in_rmx.c | 12 ++++++++++++
sys/netinet/ip_flow.c | 11 +++++++++++
sys/netinet/ip_flow.h | 1 +
3 files changed, 24 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c59311aa99036ce371e34955f8254c300369a3ec
--
DragonFly BSD source repository
More information about the Commits
mailing list