readme

来自「this gives details of the network progra」· 代码 · 共 14 行

TXT
14
字号
Simple TCP client and server that use some wrapper functionsto handle errors. This is just an example of what I mean by"wrapper functions", in this case the only wrapper functionsprovided are for the socket() and bind() system calls. In bothcases any error is assumed to be fatal (the wrapper functions printa message and quit).Other than using the 2 wrapper functions provided, this code is justlike the simple TCP client and server code in simptcp. NOTE: This code is available on the CS machines in 	~hollingd/public.html/netprog/code/simtcp_wrappers

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?