Unix Network Programming SRC
The source code repository:https://github.com/unpbook/unpv13e
Preparation
Configure the makefile for your system:
In archlinux, if you use
./configure
directly, you will getWimplicit
compile error in the following steps.
Build the dependence library.
You can test by using the sample program
If you get error
You need to install xinetd
, configure it and start the service
And run daytimetcpcli
again, you will get something like
Then, you are all set.
Unix Network Programming SRC
http://chen-yulin.github.io/2024/05/16/[OBS]Computer Network-Unix Network Programming SRC/