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
pppoe.h
2
pppoe.h
|
|
@ -18,6 +18,8 @@ void pppoe_process_forward(uint8_t *pack, int size, in_addr_t addr);
|
|||
void pppoe_send_garp();
|
||||
char * get_string_codepad(uint8_t codepad);
|
||||
|
||||
create_kernel_pppoe_socket(const sessionidt s);
|
||||
|
||||
extern int pppoediscfd; // pppoe discovery socket
|
||||
extern int pppoesessfd; // pppoe session socket
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue