18 lines
223 B
Plaintext
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;
|
|
|