https://bugzilla.mindrot.org/show_bug.cgi?id=2718
Mike Frysinger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Mike Frysinger <[email protected]> --- the select() syscall has a timeout option on it that is currently set to NULL. why not initialize that to the timeout you want and check the return values in the loop for that condition ? then you don't need to muck around with signal/alarm. you should update the usage string too so `sftp-server -h` includes the new option. -- You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
