Add ->done variable to force exit when we know we are done
[fio.git] / examples / netio
index 00ca4fd29e910bcb9afe0a648e56e141475ff79d..bb103f1532c26fab48f5a534dc055707bd984c77 100644 (file)
@@ -1,8 +1,8 @@
 # Example network job, just defines two clients that send/recv data
 [global]
 ioengine=net
-filename=localhost:8888
-size=4k
+filename=localhost/8888
+bs=4k
 size=10g
 
 [receiver]