diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-08-22 19:23:08 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-08-22 19:23:08 +0200 |
commit | 06d1b10cbefaa7c54c73e09df746ae79b7f14e14 (patch) | |
tree | c63f13512f54e7ea9316376334e19cb4ce5af141 /tests/FILEFORMAT | |
parent | 816b639035dfdcf83c0d569bb7d22b806beacde9 (diff) | |
download | curl-06d1b10cbefaa7c54c73e09df746ae79b7f14e14.tar.gz |
tftpd: support "writedelay" within <servercmd>
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 97afa967f..afb959edd 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -144,6 +144,10 @@ rtp: part [num] channel [num] size [num] connection-monitor When used, this will log [DISCONNECT] to the server.input log when the connection is disconnected. + +For TFTP: +writedelay: [secs] delay this amount between reply packets (each packet being + 512 bytes payload) </servercmd> </reply> |