trick/trick_source
Thadeus Fleming 60c4120f98 Disable setting TCP_NODELAY on UDP sockets
The TCP_NODELAY socket option disables Nagle's algorithm on TCP sockets,
improving latency at the cost of throughput. This option is
TCP-specific, and it is an error to use it on any other kind of socket,
including UDP. It is also unnecessary, since UDP is datagram-based and
does not buffer data to be transmitted.
2019-01-28 10:44:17 -06:00
..
codegen/Interface_Code_Gen revert scan-build changes, need further testing before merge 2018-10-22 15:11:29 -05:00
data_products revert scan-build changes, need further testing before merge 2018-10-22 15:11:29 -05:00
er7_utils revert scan-build changes, need further testing before merge 2018-10-22 15:11:29 -05:00
java Fix incorrect initialization of units in trick-qp, and incorrect generation of XML that caused fermi tables to crash. (#666) 2018-09-13 14:00:29 -05:00
sim_services revert scan-build changes, need further testing before merge 2018-10-22 15:11:29 -05:00
trick_swig Revert "Merge pull request #533 from nasa/MakefileCleanup" 2018-03-02 08:59:26 -06:00
trick_utils Disable setting TCP_NODELAY on UDP sockets 2019-01-28 10:44:17 -06:00
.gitignore Merge in the er7_utils integrators 2016-02-10 09:32:53 -06:00