NICMx / FORT-validator

RPKI cache validator
MIT License
47 stars 23 forks source link

Kill rsync if a timeout is exceeded #74

Open ydahhrk opened 2 years ago

ydahhrk commented 2 years ago

https://mailarchive.ietf.org/arch/msg/sidrops/qv016OrLCOlEe8uezw7MIBOwpKw/

  1. One can set a motd file that is several gigabytes in size. Rsync will wait until this is received (the --no-motd switch only hides it on the client) and the timeout set in rsync does not affect the maximum time this may take.

Thanks to Koen van Hove for his research.