Skip to content

Latest commit

 

History

History

33-xdp-hello

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Usage

build:

$ make

run:

$ make run

$ printf 'HTTP/1.1 200 OK\nContent-Length: 0\n\n' |nc -l 9090 &

$ curl http://127.0.0.1:9090