Attempt to hack in acceleration for PPPoE
This commit is contained in:
parent
0c9338b03a
commit
57004c5744
4 changed files with 40 additions and 9 deletions
2
l2tpns.h
2
l2tpns.h
|
|
@ -1057,6 +1057,8 @@ void lac_send_SCCRQ(tunnelidt t, uint8_t * auth, unsigned int auth_len);
|
|||
void lac_send_ICRQ(tunnelidt t, sessionidt s);
|
||||
void lac_tunnelshutdown(tunnelidt t, char *reason, int result, int error, char *msg);
|
||||
|
||||
void set_kernel_accel(sessionidt s, int set, int nodelay);
|
||||
|
||||
#undef LOG
|
||||
#undef LOG_HEX
|
||||
#define LOG(D, s, t, f, ...) ({ if ((D) <= config->debug) _log((D), s, t, f, ## __VA_ARGS__); })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue