facebook / mvfst

An implementation of the QUIC transport protocol.
MIT License
1.5k stars 242 forks source link

Build fails for Ubuntu 18.04 #366

Open vaavaav opened 11 hours ago

vaavaav commented 11 hours ago

On Ubuntu 18.04, compiling mvfst (commit a4c6d4714badf8bb1a3fe495f76915ca31cd4f7c) fails with the following error:

mvfst/quic/xsk/xsk_lib.h:12:10: fatal error: linux/if_xdp.h: No such file or directory
   12 | #include <linux/if_xdp.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.

I have tried installing linux-headers-generic, but this did not fix the problem.