Displaying 1 result from an estimated 1 matches for "onoopmsgfrequ".
2001 Mar 14
1
[PATCH] Added Null packet keepalive option
...2001/03/14 19:11:15
@@ -110,7 +110,7 @@
oUsePrivilegedPort, oLogLevel, oCiphers, oProtocol, oMacs,
oGlobalKnownHostsFile2, oUserKnownHostsFile2, oPubkeyAuthentication,
oKbdInteractiveAuthentication, oKbdInteractiveDevices, oHostKeyAlias,
- oPreferredAuthentications
+ oPreferredAuthentications,oNoopMsgFrequency
} OpCodes;
/* Textual representations of the tokens. */
@@ -173,6 +173,7 @@
{ "numberofpasswordprompts", oNumberOfPasswordPrompts },
{ "loglevel", oLogLevel },
{ "preferredauthentications", oPreferredAuthentications },
+ { "noopmsgfrequency", oN...