Set echo option, probably no effect
This commit is contained in:
parent
30c9499564
commit
7bc787d41f
1 changed files with 2 additions and 0 deletions
|
|
@ -226,6 +226,7 @@ class TelnetProtocol(Telnet, StatefulTelnetProtocol, _BASE_SESSION_CLASS):
|
||||||
or option == naws.NAWS
|
or option == naws.NAWS
|
||||||
or option == MCCP
|
or option == MCCP
|
||||||
or option == mssp.MSSP
|
or option == mssp.MSSP
|
||||||
|
or option == ECHO
|
||||||
or option == suppress_ga.SUPPRESS_GA
|
or option == suppress_ga.SUPPRESS_GA
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -236,6 +237,7 @@ class TelnetProtocol(Telnet, StatefulTelnetProtocol, _BASE_SESSION_CLASS):
|
||||||
or option == naws.NAWS
|
or option == naws.NAWS
|
||||||
or option == MCCP
|
or option == MCCP
|
||||||
or option == mssp.MSSP
|
or option == mssp.MSSP
|
||||||
|
or option == ECHO
|
||||||
or option == suppress_ga.SUPPRESS_GA
|
or option == suppress_ga.SUPPRESS_GA
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue