p-quic / pquic

The PQUIC implementation, a framework that enables QUIC clients and servers to dynamically exchange protocol plugins that extend the protocol on a per-connection basis
https://pquic.org
MIT License
126 stars 20 forks source link

How to ensure pquic use #29

Open skyerguo opened 3 years ago

skyerguo commented 3 years ago

Hi. I build a similar mininet environment, and tried to run some QUIC code implemented by C++. However, when I use some socket operations, for example, setsockopt, it failed to bind the interface in mininet, it only searches interfaces in system. How do you fix this in pquic? Could you please give me some suggestions? Thanks a lot!