📄 readme.txt
字号:
the programe have completed all the component of the lab's requirement
for instance: it can communicate with two diffrent host, one client, and one server.
I use server1.c and client.c as the source file, and I can use the makefile command to compile, for example: make server, or make client
run:
server side:
./server
client side:
./client IPaddress Portnumber(for instance: ./client 196.192.100.5 3490)
and Portnumber is be set to 3490
introduction:
server receives a message from a client over TCP socket and
replies the same message back to the source with put some stars after every
vowel. For example, if a sever gets a message “Hello Jim” from a client, then the
star echo server sends back the message “He*llo* Ji*m” to the client.
The server program should be terminated if it gets “fin” message from a client
after it replies “fi*n” message to the client. and both server and client can be stop by "fin"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -