The set command toggles various options. Its syntax is:
set [option name] (on|off)
Options are roughly equivalent to command-line switches. Available options are:
| Option | Description |
log_all_packets |
When set, logs all packets to stdout. |
| use_mlock | Attempt to lock pages in memory on startup. |
| use_rt | Attempt to use POSIX real-time scheduling. |
| do_fork | Fork a new server for each client. |
| from_inetd | Run as if from inetd (implies do_fork no). |
| test | Don't actually run: just print the config file and stop. |
| verbose | Be verbose. |