Fasten quitting l2tp game
Drop routes as quickly as possible to lose as few packets as possible in the meanwhile.
This commit is contained in:
parent
0ac498d7d3
commit
a22295d804
3 changed files with 105 additions and 16 deletions
1
l2tpns.h
1
l2tpns.h
|
|
@ -1037,6 +1037,7 @@ void throttle_session(sessionidt s, int rate_in, int rate_out);
|
|||
int load_tunnel(tunnelidt, tunnelt *);
|
||||
int load_session(sessionidt, sessiont *);
|
||||
void become_master(void); // We're the master; kick off any required master initializations.
|
||||
void crash(void); // We messed up. Die.
|
||||
|
||||
|
||||
// cli.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue