|
ID: 15274, TCP Echo Client and Server
The source code for the TCP echo client and server, the first source code examples in my series of articles "UNIX Network Programming: A Practical Approach". They are not Borland C++ specific; I was given no choice to specify otherwise. They are written in C with Borland C++ Builder style syntax highlighting.
|
Download
| Details
|
|
FTP
download also available
|
|
CDN Login Required to Download. (You will be redirected to the login page if you click on the Download Link)
|
To download this, you must have registered:
|
For C++Builder, Version 2.0
to 5.0
5606 downloads
Copyright: Open Source or other
Size: 5,710 bytes
Updated on Tue, 24 Oct 2000 09:00:44 GMT
Originally uploaded on Sat, 07 Oct 2000 00:44:31 GMT
SHA1 Hash: 50FF59F66DED9953A3377A8A68A5DD5290F0EEF1
MD5 Hash: C3D99AB361D0B4F34F0433A0DD1A02B3
|
Explore the files in this upload
File Exploration is Disabled
We're sorry, but errors in the uploaded zip file prevent it from being explored.
The error generated by the Zip attachment is:
You may still be able to repair the zip file contents if you download the entire zip locally. You may also want to ask the author to repost the attachment.
|
Description
|
The source code for the TCP echo client and server, the first source code examples in James Buchanan's series of articles "UNIX Network Programming: A Practical Approach". They are NOT Borland C++ specific, they are written in plain old C with Borland C++ Builder style syntax highlighting.
ERRATA - Use the address-of operator in the bzero() function in the echoclient. Change from:
bzero(server_address, sizeof(server_address));
to:
bzero(&server_address, sizeof(server_address));
Sorry for the bug!! Download the source code again if you have the old version for the new files.
|
|

Server Response from: ETNACDC04
|
Connect with Us