Changes

Jump to navigation Jump to search
21 bytes removed ,  17:51, 12 April 2013
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 ==

Navigation menu