send_udp() and recv_udp() are not used

Issue #175 resolved
dd1 created an issue

send_udp() and recv_udp() in system,c are not used by anything. I would like to remove them. Any objections?

See branch and commit https://bitbucket.org/tmidas/midas/commits/ca017addc56080a4ee16afb5646d4bdf2e787454

K.O.

Comments (3)

  1. Stefan Ritt

    No. These functions come from the times when MS-DOS had a send() function which could only send 64kB buffers. Quite obsolete these days. Go and remove it.

  2. dd1 reporter

    Ok, now it all makes sense. I was wondering about all this code that chops network data into 64k blocks. I never used TCP/IP under MSDOS, never knew about this limitation. K.O.

  3. Log in to comment