Skip to content

Commit

Permalink
net_telnet: Implement RFC 1143 loop avoidance.
Browse files Browse the repository at this point in the history
This implements option negotiation per the Q Method of Option
Negotiation, specified in RFC 1143. This helps ensure compliance
with the loop avoidance directives in RFC 854, and makes the
negotiation more event-driven. A few exceptions that violate
RFC 1143 are retained (and explicitly noted as such) to ensure
compatibility with certain clients. An unnecessary command has
also been removed since it did not comply with RFC 1143.
  • Loading branch information
InterLinked1 committed Nov 8, 2024
1 parent a42cddd commit acfdcda
Show file tree
Hide file tree
Showing 2 changed files with 574 additions and 97 deletions.
Loading

0 comments on commit acfdcda

Please sign in to comment.