CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/09/22 16:58:51
Modified files:
usr.bin/ssh : atomicio.c atomicio.h misc.c misc.h scp.c
sftp-client.c sftp-client.h sftp.1 sftp.c
Log message:
add an option per-read/write callback to atomicio
factor out bandwidth limiting code from scp(1) into a generic bandwidth
limiter that can be attached using the atomicio callback mechanism
add a bandwidth limit option to sftp(1) using the above
"very nice" markus@
