trick/trick_source/trick_utils
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
..
comm Disable setting TCP_NODELAY on UDP sockets 2019-01-28 10:44:17 -06:00
interpolator Remove deprecated dynamic exception specifiers. 2017-07-28 20:49:42 -05:00
math Replace unreliable 'divide-by-zero' way of generating NaNs with math.h NAN in deuler routines. (#668) 2018-09-17 11:04:53 -05:00
reqs Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
shm revert scan-build changes, need further testing before merge 2018-10-22 15:11:29 -05:00
trick_adt revert scan-build changes, need further testing before merge 2018-10-22 15:11:29 -05:00
unicode Create a suite of unicode utilities. 2018-10-25 15:14:52 -05:00
units Some of Trick's unit conversions have too many significant digits #557 2018-02-09 10:07:53 -06:00