📄 readme
字号:
## $Id: README,v 1.1 2003/01/27 23:30:53 joel Exp $#Simple test of kernel network code.Requires no network hardware since only the loopback network address is used.Output should look like:========================================================================"Network" initializing!"Network" initialized!Try running client with no server present.Should fail with `connection refused'.Connect to server.Can't connect to server: Connection refusedClient closing connection.Start server.Try running client with server present.Create socket.Connect to server.Bind socket.Can't connect to server: Connection refusedClient closing connection.Client task terminating.Try running two clients.Connect to server.Connect to server.ACCEPTED:7F000001ACCEPTED:7F000001Write 22-byte message to server.Write 22-byte message to server.Read 43 from server: Server received 22 (Hi there, server (2).)Read 43 from server: Server received 22 (Hi there, server (3).)Client closing connection.Client task terminating.Worker task terminating.Client closing connection.Client task terminating.Worker task terminating.Try running three clients.Connect to server.Connect to server.Connect to server.ACCEPTED:7F000001ACCEPTED:7F000001ACCEPTED:7F000001Write 22-byte message to server.Write 22-byte message to server.Write 22-byte message to server.Read 43 from server: Server received 22 (Hi there, server (4).)Read 43 from server: Server received 22 (Hi there, server (5).)Read 43 from server: Server received 22 (Hi there, server (6).)Client closing connection.Client task terminating.Worker task terminating.Client closing connection.Client task terminating.Worker task terminating.Client closing connection.Client task terminating.Worker task terminating.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -