Add "socket_timeout" configuration parameter.
commitbb48599faf27d7ceac479b14612d2b902006a1be
authorBen Kibbey <bjk@luxsci.net>
Fri, 4 Jan 2013 04:21:39 +0000 (3 23:21 -0500)
committerBen Kibbey <bjk@luxsci.net>
Sat, 5 Jan 2013 03:03:06 +0000 (4 22:03 -0500)
treeec7f56977e44cd47aaec4b9425ed46e8226a3240
parentc72c8f842ae37b5100eafd4c86892982e5879df1
Add "socket_timeout" configuration parameter.

This is the time in seconds to wait for a read() or write() on the
client FD to complete before returning an error and hence terminating
the client and releasing any client locks.

Also fix the "tcp_interface" parameter.
doc/config.example
doc/pwmd.texi
src/common.h
src/pwmd.c
src/rcfile.c
src/tls.c
src/tls.h