Commits


crank up MAXSOCK to 32 MAXSOCK is the maximum number of local connections to handle, 4 was a bit low...


bump timeout to 10 minutes by default


bump message priority


use SIGUSR1 if SIGINFO is not defined


reuseaddr and reuseport


revert 14151a4; hardcode the ssh path


use log.c, daemonize and add the flags -dv as usual


don't hardcode the ssh path could be interesting to determine it at configure-time though


autotools-ify the project (+ include compats)


unused header


simplify timeout handling and accept 0 to keep the tunnel open


kill unused variable


don't hide the error message


kill unused variable


initialize timeout before was a global variable...