Closing a connection
There’s only one step left before we wrap up and test our little TCP server program–once we send the message, we want to close the connection gracefully. libdill provides a function to do this–tcp_close. Can you help me implement the interface to it? Try exercise 2 in the sidebar. Exercise 2: Fortran interfaces to suffix_detach and tcp_close You […]