home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 800s / rfc858.txt < prev    next >
Text File  |  1991-10-16  |  4KB  |  114 lines

  1.  
  2. Network Working Group                                          J. Postel
  3. Request for Comments: 858                                    J. Reynolds
  4.                                                                      ISI
  5. Obsoletes: NIC 15392                                            May 1983
  6.  
  7.                     TELNET SUPPRESS GO AHEAD OPTION
  8.  
  9.  
  10. This RFC specifies a standard for the ARPA Internet community.  Hosts on
  11. the ARPA Internet are expected to adopt and implement this standard.
  12.  
  13. 1.  Command Name and Code
  14.  
  15.    SUPPRESS-GO-AHEAD     3
  16.  
  17. 2.  Command Meanings
  18.  
  19.    IAC WILL SUPPRESS-GO-AHEAD
  20.  
  21.       The sender of this command requests permission to begin
  22.       suppressing transmission of the TELNET GO AHEAD (GA) character
  23.       when transmitting data characters, or the sender of this command
  24.       confirms it will now begin suppressing transmission of GAs with
  25.       transmitted data characters.
  26.  
  27.    IAC WON'T SUPPRESS-GO-AHEAD
  28.  
  29.       The sender of this command demands to begin transmitting, or to
  30.       continue transmitting, the GA character when transmitting data
  31.       characters.
  32.  
  33.    IAC DO SUPPRESS-GO-AHEAD
  34.  
  35.       The sender of this commannd requests that the sender of data start
  36.       suppressing GA when transmitting data, or the sender of this
  37.       command confirms that the sender of data is expected to suppress
  38.       transmission of GAs.
  39.  
  40.    IAC DON'T SUPPRESSS-GO-AHEAD
  41.  
  42.       The sender of this command demands that the receiver of the
  43.       command start or continue transmitting GAs when transmitting data.
  44.  
  45. 3.  Default
  46.  
  47.    WON'T SUPPRESS-GO-AHEAD
  48.  
  49.    DON'T SUPPRESS-GO-AHEAD
  50.  
  51.       Go aheads are transmitted.
  52.  
  53.  
  54.  
  55. Postel & Reynolds                                               [Page 1]
  56.  
  57.  
  58.  
  59. RFC 858                                                         May 1983
  60.  
  61.  
  62. 4. Motivation for the Option
  63.  
  64.    While the NVT nominally follows a half duplex protocol complete with
  65.    a GO AHEAD signal, there is no reason why a full duplex connection
  66.    between a full duplex terminal and a host optimized to handle full
  67.    duplex terminals should be burdened with the GO AHEAD signal.
  68.    Therefore, it is desirable to have a TELNET option with which parties
  69.    involved can agree that one or the other or both should suppress
  70.    transmission of GO AHEADS.
  71.  
  72. 5.  Description of the Option
  73.  
  74.    When the SUPPRESS-GO-AHEAD option is in effect on the connection
  75.    between a sender of data and the receiver of the data, the sender
  76.    need not transmit GAs.
  77.  
  78.    It seems probable that the parties to the TELNET connection will
  79.    suppress GO AHEAD in both directions of the TELNET connection if GO
  80.    AHEAD is suppressed at all;  but, nonetheless, it must be suppressed
  81.    in both directions independently.
  82.  
  83.    With the SUPPRESS-GO-AHEAD option in effect, the IAC GA command
  84.    should be treated as a NOP if received, although IAC GA should not
  85.    normally be sent in this mode.
  86.  
  87. 6.  Implementation Considerations
  88.  
  89.    As the SUPRESS-GO-AHEAD option is sort of the opposite of a line at a
  90.    time mode, the sender of data which is suppressing GO AHEADs should
  91.    attempt to actually transmit characters as soon as possible (i.e.,
  92.    with minimal buffering) consistent with any other agreements which
  93.    are in effect.
  94.  
  95.    In many TELNET implementations it will be desirable to couple the
  96.    SUPPRESS-GO-AHEAD option to the echo option so that when the echo
  97.    option is in effect, the SUPPRESS-GO-AHEAD option is in effect
  98.    simultaneously:  both of these options will normally have to be in
  99.    effect simultaneously to effect what is commonly understood to be
  100.    character at a time echoing by the remote computer.
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112. Postel & Reynolds                                               [Page 2]
  113.  
  114.