I run freeBSD 5.4
I have compiled the program as follows:
gcc -o TCPEchoClient TCPEchoClient.c DieWithError.c
I have run the program as
/net/ECHOClient localhost
I have also disabled my firewall.
The message I keep getting is “connection to Localhost refused”
Does anybody know how to fix this problem?
btw the program is a transcript from “TCP/IP in C”from Donahoo and Calvert.
Desperate