CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/24 09:54:44
Modified files:
usr.bin/rsync : extern.h io.c main.c receiver.c rsync.1
sender.c
Log message:
Simple implementation of --timeout to exit after specified seconds of I/O
inactivity. By default rsync will wait forever but this results in stuck
processes if the remote side does not answer properly as seen in rpki-client.
OK job@ benno@
