add a PacketVar to XDP
Compare changes
- Martin Teichmann authored
+ 15
− 13
@@ -24,7 +24,7 @@ from time import time
@@ -255,42 +255,44 @@ class EBPFTerminal(Terminal):
with the PacketVar descriptor, one can simply address data in packets.
this also adds support for network byte order, and minor improvements.