just learned tcp programming under linux, and just successfully implemented a simple backfire client-server.
but there is a question: when the client finishes sending the file, it needs close (fd), so how can I tell the server that you can also close it?
my idea is to manually pass a special string to tell the server that you can also close, but I don"t know if this idea is correct?