Add comment on UDP on examples/netio
[fio.git] / examples / netio
index 00ca4fd29e910bcb9afe0a648e56e141475ff79d..2aa092882184d3032242faf9ae48c9884baab9ef 100644 (file)
@@ -1,14 +1,15 @@
 # Example network job, just defines two clients that send/recv data
 [global]
 ioengine=net
 # Example network job, just defines two clients that send/recv data
 [global]
 ioengine=net
-filename=localhost:8888
-size=4k
+#the below defaults to a tcp connection, add /udp at the end for udp
+filename=localhost/8888
+bs=4k
 size=10g
 size=10g
+#set the below option to enable end-to-end data integrity tests
+#verify=md5
 
 [receiver]
 rw=read
 
 [receiver]
 rw=read
-cpumask=1
 
 [sender]
 rw=write
 
 [sender]
 rw=write
-cpumask=1