version 1.1.1.1, 2013/07/22 08:44:29
|
version 1.1.1.2, 2021/03/17 00:39:23
|
Line 141
|
Line 141
|
short quietCount; /* How long peer has been silent */ |
short quietCount; /* How long peer has been silent */ |
struct pppTimer timer; /* Restart Timer */ |
struct pppTimer timer; /* Restart Timer */ |
struct pppTimer echoTimer; /* Keep-alive timer */ |
struct pppTimer echoTimer; /* Keep-alive timer */ |
|
#ifndef NG_PPP_STATS64 |
struct ng_ppp_link_stat |
struct ng_ppp_link_stat |
idleStats; /* Stats for echo timeout */ |
idleStats; /* Stats for echo timeout */ |
|
#else |
|
struct ng_ppp_link_stat64 |
|
idleStats; /* Stats for echo timeout */ |
|
#endif |
}; |
}; |
|
|
/* Packet header */ |
/* Packet header */ |