rfc862.txt
来自「RFC 相关的技术文档」· 文本 代码 · 共 58 行
TXT
58 行
Network Working Group J. PostelRequest for Comments: 862 ISI May 1983 Echo ProtocolThis RFC specifies a standard for the ARPA Internet community. Hosts onthe ARPA Internet that choose to implement an Echo Protocol are expectedto adopt and implement this standard.A very useful debugging and measurement tool is an echo service. Anecho service simply sends back to the originating source any data itreceives.TCP Based Echo Service One echo service is defined as a connection based application on TCP. A server listens for TCP connections on TCP port 7. Once a connection is established any data received is sent back. This continues until the calling user terminates the connection.UDP Based Echo Service Another echo service is defined as a datagram based application on UDP. A server listens for UDP datagrams on UDP port 7. When a datagram is received, the data from it is sent back in an answering datagram.Postel [Page 1]
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?