Files
rippled/src/ripple/server
Nik Bougalis 47eb4da080 Check file handle limit on startup (RIPD-442, RIPD-1024):
Calculate the number of file descriptors that are needed during
execution based on the configuration file, with a hard floor
of 1024, adjusting the limit if possible. Refuse to run if enough
fds are not available.

Additionally, allow administrators to limit the number of incoming
connections a configured port will accept. By default no limit is
imposed.
2016-04-19 17:01:33 -07:00
..
2016-02-11 18:42:33 -05:00
2016-02-11 18:42:33 -05:00
2016-02-11 18:42:33 -05:00
2015-09-18 11:09:22 -04:00
2014-11-06 16:10:00 -08:00
2016-02-11 18:42:33 -05:00
2016-02-11 18:42:34 -05:00
2016-02-11 18:42:34 -05:00
2016-02-11 18:42:33 -05:00
2016-02-11 18:42:33 -05:00

Server

This contains the HTTP Server and ServerHandler