read_me
来自「网络服务器与客户端的例子」· 代码 · 共 19 行
TXT
19 行
To use this programs, first change SERVER_PORT to some randomnumber between 1024 and 65535. Try to avoid picking the samenumber as other students. Change it in both files.Compile the programs like this:cc -o client client.c -lsocket -lnslcc -o server server.c -lsocket -lnslOn some machine, for example, galjas, typeserverto start the server. On another machine, typeclient galjas.cs.vu.nl <filename> >fto fetch the file <filename> from the galjas and write it to f.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?