tcp-client-server
tcp-client-server copied to clipboard
A minimal Fortran TCP client and server
add topic `tcp` in About section
I have been studying from your book "Modern Fortran" during this time. It is a good book. I have learned a lot of new knowledge from the first ten chapters,...
Hello, I've been following along in your book "Modern Fortran" to learn the basics of the language. I made it all the way to chapter 11 (great book by the...
It's written in the documentation that there are no partial transfers: http://libdill.org/mrecv.html However, I am receiving 236 bytes while I am expecting 1600000 bytes. The status code is 0 which...