Two options provided by NETBLT was not implemented in ETFTP version 1.0:

 * multiple buffering
 * KEEPALIVE packets

NETBLT provides for multiple buffering, a transfer model in which the
sending NETBLT can transmit new buffers while earlier buffers are waiting
for confirmation from the receiving NETBLT. Multiple buffering makes
packets flow essentially continuous and markedly improves performance.

Multiple buffering requires a duplex channel, and ETFTP version 1.0 was
designed for a half duplex channel, thus multiple buffering was not an
option. However, since two simplex channels can serve as a duplex channel,
later versions of ETFTP should have this option.

Since a NETBLT waiting for buffer space is in a perfectly valid state,
the protocol must have some method for preventing the other end's death
timer from expiring. The solution is to use a KEEPALIVE packet, which is
sent repeatedly at fixed intervals when a NETBLT cannot send other
packets.

If the channel is in a bad state no packets are likely to be transmitted,
including KEEPALIVE packets. For this reason ETFTP version 1.0 does not
include this option. 


The -v option should be possible to enable without the -t option in the daemon.

