andywu106

Results 4 issues of andywu106

## Describe the bug I try to build polycube In CentOS7,but get following error: Scanning dependencies of target b_frontend [ 21%] Building CXX object src/libs/bcc/src/cc/frontends/b/CMakeFiles/b_frontend.dir/loader.cc.o [ 21%] Building CXX object...

bug

**Describe the bug** I run mptcpd by: /usr/local/libexec/mptcpd --debug, and create a mptcp connection, sspi dosn't print any debug logs,but sspi_send_addrs() call l_debug() to print debug log. **To Reproduce** Steps...

bug

**Describe the bug** When a new mptcp conntion create, SSPI will send each address associate with all the network interfaces other than which the new connection was created to kernel,but...

bug

Potential Thread Safety Issue in conn_tunner_sockops()​​ The conn_tunner_sockops() function updates the metric_value and metric_cnt in remote_host->metrics[] ​​without lock protection​​. Since conn_tunner_sockops() may execute concurrently across multiple CPUs, could this lead...