Network Working Group J. Postel
Request for Comments: 885 ISI
December 1983
TELNET END OF RECORD OPTION
1. Command Name and Code
END-OF-RECORD 25
2. Command Meanings
IAC WILL END-OF-RECORD
3. Default
WON'T END-OF-RECORD
Postel [Page 1]
RFC 885 December 1983 4. Motivation for the OptionMany interactive systems use one (or more) of the normal data characters to indicate the end of an effective unit of data (i.e., a record), for example, carriage-return (or line-feed, or escape). Some systems, however, have some special means of indicating the end of an effective data unit, for example, a special key. This Telnet option provides a means of communicating the end of data unit in a standard way.
5. Description of the Option
When the END-OF-RECORD option is in effect on the connection between a sender of data and the receiver of the data, the sender transmits EORs.
6. Implementation Considerations
As the EOR code indicates the end of an effective data unit, Telnet should attempt to send the data up to and including the EOR code together to promote communication efficiency.