l2tplac: Delay considering the tunnel to LNS open until SCCCN ack
We are not really supposed to send ICRQ until we got our SCCCN acked, so better wait for it.
This commit is contained in:
parent
6f04a5c390
commit
b48dfb2697
2 changed files with 18 additions and 5 deletions
1
l2tpns.h
1
l2tpns.h
|
|
@ -517,6 +517,7 @@ tunnelt;
|
|||
|
||||
typedef struct
|
||||
{
|
||||
int32_t scccn; // seq number of last sccn waiting for an ack (-1 if none)
|
||||
controlt *controlr; // queue of OoO-received messages
|
||||
int l2tp_fd; // kernel acceleration UDP socket
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue