pluginized-protocols / picotcpls

TCPLS implementation using a TLS 1.3 implementation in C (master supports RFC8446 as well as draft-26, -27, -28) -- Published in ACM CoNEXT'21 -- Best Community Award
15 stars 5 forks source link

loader for bpf_cubic #1

Open akemery opened 4 years ago

akemery commented 4 years ago

Hi Florentin, struct st_tcpls_t has been extended to include cc name and socket descriptor loader.c contains all logic to load bpf cc include/bpf_loader.h is the header of loader.c CmakeList.txt has been adapted to compile loader.c t/cli.c t/ptlsbench.c and src/esni.c were also modified.