expand icon
book TCP/IP Protocol Suite 4th Edition by Behrouz Forouzan cover

TCP/IP Protocol Suite 4th Edition by Behrouz Forouzan

Edition 4ISBN: 978-0073376042
book TCP/IP Protocol Suite 4th Edition by Behrouz Forouzan cover

TCP/IP Protocol Suite 4th Edition by Behrouz Forouzan

Edition 4ISBN: 978-0073376042
Exercise 7
In Table 17.1, add some code to check if there is an error in the call to the socket function. The program needs to exit if an error occurs. Hint: use the perror and exit functions. The prototype for the perror function is shown below:
Table 17.1 Echo Server Program using the Service of UDP In Table 17.1, add some code to check if there is an error in the call to the socket function. The program needs to exit if an error occurs. Hint: use the perror and exit functions. The prototype for the perror function is shown below: Table 17.1 Echo Server Program using the Service of UDP
Explanation
Verified
like image
like image

Refers to the Table 17.1 of chapter 17 o...

close menu
TCP/IP Protocol Suite 4th Edition by Behrouz Forouzan
cross icon