You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To ensure clarity around the Telnet options supported by our client, we need to document those options that we have decided not to support. Certain Telnet options from the server either do not align with our architecture or are unnecessary for our use case. For future reference and to guide development, this issue will document these unsupported options and the rationale behind each decision.
Additionally, there are Telnet options that the client itself must actively enable. We should review these options and decide which ones, if any, we want to activate. This review could be informed by examining existing Telnet clients and the options they typically send to the server.
Tasks
Review all Telnet options provided by the server.
Identify options that we cannot or do not wish to support, along with an explanation for each.
Document any options the client should actively enable and evaluate their necessity.
Create a documentation section listing these unsupported options, including:
Option name/ID
Description of the option's purpose
Reason for lack of support (e.g., architectural incompatibility, lack of necessity, or alternative approach)
The text was updated successfully, but these errors were encountered:
Description
To ensure clarity around the Telnet options supported by our client, we need to document those options that we have decided not to support. Certain Telnet options from the server either do not align with our architecture or are unnecessary for our use case. For future reference and to guide development, this issue will document these unsupported options and the rationale behind each decision.
Additionally, there are Telnet options that the client itself must actively enable. We should review these options and decide which ones, if any, we want to activate. This review could be informed by examining existing Telnet clients and the options they typically send to the server.
Tasks
The text was updated successfully, but these errors were encountered: