From e77c010d2c5bcd98c72797db9146b7a556444bc5 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 16 Jan 2009 19:17:35 +0100 Subject: [PATCH 1/1] Add comment on UDP on examples/netio Signed-off-by: Jens Axboe --- examples/netio | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/netio b/examples/netio index beaf8c12..2aa09288 100644 --- a/examples/netio +++ b/examples/netio @@ -1,6 +1,7 @@ # Example network job, just defines two clients that send/recv data [global] ioengine=net +#the below defaults to a tcp connection, add /udp at the end for udp filename=localhost/8888 bs=4k size=10g -- 2.25.1