Line 11:
Line 11:
|}
|}
−
So compile it and run server
+
Compile it and run the server:
−
<pre>
+
−
# ./tcp-howto <some-port>
+
# ./tcp-howto <some-port>
−
</pre>
+
−
and on another terminal (for better output readability) -- the client
+
On another terminal (for better output readability) run the client:
−
<pre>
+
−
# ./tcp-howto 127.0.0.1 <some-port>
+
# ./tcp-howto 127.0.0.1 <some-port>
−
</pre>
== Try to dump the client ==
== Try to dump the client ==