Skip to content

Commit 0daa2ca

Browse files
authored
Merge pull request #10 from fixpoint/telnet-do-suppress-go-ahead
Update telnet options
2 parents 7e1c26b + f520b68 commit 0daa2ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/protocols/telnet/telnet.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ static const telnet_telopt_t __telnet_options[] = {
5353
{ TELNET_TELOPT_MSSP, TELNET_WONT, TELNET_DO },
5454
{ TELNET_TELOPT_NAWS, TELNET_WILL, TELNET_DONT },
5555
{ TELNET_TELOPT_NEW_ENVIRON, TELNET_WILL, TELNET_DONT },
56+
{ TELNET_TELOPT_SGA, TELNET_WILL, TELNET_DO },
5657
{ -1, 0, 0 }
5758
};
5859

0 commit comments

Comments
 (0)