Attempt to hack in acceleration for PPPoE

This commit is contained in:
Tassilo Schweyer 2025-04-29 00:43:40 +02:00
parent 0c9338b03a
commit 57004c5744
4 changed files with 40 additions and 9 deletions

View file

@ -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