Files
third_party_liburing/.gitignore
T
Dylan Yudaken 12d7e7cf8f add an example for a UDP server
Add an example showing off multishot recvmsg and provided buffer rings.
The application is a UDP echo server that responds to all packets with the
same packet.

Signed-off-by: Dylan Yudaken <dylany@fb.com>
Link: https://lore.kernel.org/r/20220726121502.1958288-6-dylany@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2022-07-26 10:22:45 -06:00

33 lines
369 B
Plaintext

*.rej
*.orig
*~
/*.patch
*.d
*.o
*.o[ls]
/src/liburing.a
/src/liburing.so*
/src/include/liburing/compat.h
/examples/io_uring-cp
/examples/io_uring-test
/examples/io_uring-udp
/examples/link-cp
/examples/ucontext-cp
/examples/poll-bench
/examples/send-zerocopy
/test/*.t
/test/*.dmesg
/test/output/
config-host.h
config-host.mak
config.log
liburing.pc
cscope.out