nbd-server: Limit the number of connections
authorGregory Thiemonge <greg@thiemonge.org>
Mon, 27 Sep 2010 14:04:36 +0000 (16:04 +0200)
committerWouter Verhelst <w@uter.be>
Thu, 30 Sep 2010 21:44:05 +0000 (23:44 +0200)
commit3d628eacc74107ded9c27cc9614f75ece0b87446
tree9772195af3c6a4df7c2b903b3194743f424089c8
parent1b5e29ce74798f46d000e8bdbe591db8f02029df
nbd-server: Limit the number of connections

Hi there,

This is a patch that allows to limit the number of opened connections in
nbd-server.

This limitation can be specified from both command line and config
files:
- -M <n> or --max-connections <n> from command line
- or maxconnections = <n> in config files (export sections)

Regards,
Greg
man/nbd-server.1.in.sgml
man/nbd-server.5.in.sgml
nbd-server.c