Документ взят из кэша поисковой машины. Адрес оригинального документа : http://mirror.msu.net/pub/rfc-editor/rfc-ed-all/pdfrfc/rfc885.txt.pdf
Дата изменения: Wed Mar 27 23:51:46 2002
Дата индексирования: Tue Oct 2 16:37:44 2012
Кодировка:
Network Working Group Request for Comments: 885

J. Postel ISI December 1983

TELNET END OF RECORD OPTION

This RFC specifies a standard for the ARPA Internet community. Hosts on the ARPA Internet that need to mark record boundaries within Telnet protocol data are expected to adopt and implement this standard. 1. Command Name and Code END-OF-RECORD 2. Command Meanings IAC WILL END-OF-RECORD The sender of this command requests permission transmission of the Telnet END-OF-RECORD (EOR) transmitting data characters, or the sender of confirms it will now begin transmission of EORs data characters. IAC WON'T END-OF-RECORD The sender of this command demands to stop transmitting, or to refuses to begin transmitting, the EOR code when transmitting data characters. IAC DO END-OF-RECORD The sender of this command requests that the sender of data start transmitting the EOR code when transmitting data, or the sender of this command confirms that the sender of data is expected to transmit EORs. IAC DON'T END-OF-RECORD The sender of this command demands that the receiver of the command stop or not start transmitting EORs when transmitting data. 3. Default WON'T END-OF-RECORD DON'T END-OF-RECORD END-OF-RECORD is not transmitted. to begin code when this command with transmitted 25

Postel

[Page 1]


RFC 885

December 1983

4. Motivation for the Option Many 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. It seems probable that transmit EORs in both used at all; however, independently for each the parties to the Telnet connection will directions of the Telnet connection if EORs are the use of EORs must be negotiated direction.

When the END-OF-RECORD option is not in effect, the IAC EOR command should be treated as a NOP if received, although IAC EOR should not normally be sent in this mode. 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. The end of record is indicated by the IAC EOR 2-octet sequence. code for EOR is 239 (decimal). The

Postel

[Page 2]