1
0
Files
2022-09-29 17:59:04 +03:00

18 lines
223 B
Plaintext

*
*
* tsd - Telnet streams driver
*
*FLAG PREFIX SOFT #DEV DEPENDENCIES
fs tn 253 - clone
$$$
/*
* Set this to the maximum number of kernel telnet connections.
*/
#define TN_MAXUNIT 1024
int tn_maxunit = TN_MAXUNIT;