devsisters / goquic

QUIC support for Go
http://devsisters.github.io/goquic/
BSD 3-Clause "New" or "Revised" License
944 stars 100 forks source link

Using GoQUIC by DPDK? #58

Open changzhi1990 opened 6 years ago

changzhi1990 commented 6 years ago

Hi, all. I have some questions about GoQUIC.

What the relationship between GoQUIC and UDP?

Does the GoQUIC repository contain UDP stack?

Can I get packets by DPDK and send these packets to GoQUIC?

Thanks~