Add comment on UDP on examples/netio
[fio.git] / examples / netio
index d173a9f27be2e4ac6239832db4b63ac246c7739c..2aa092882184d3032242faf9ae48c9884baab9ef 100644 (file)
@@ -1,14 +1,15 @@
 # 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
-size=4k
+bs=4k
 size=10g
+#set the below option to enable end-to-end data integrity tests
+#verify=md5
 
 [receiver]
 rw=read
-cpumask=1
 
 [sender]
 rw=write
-cpumask=1