Unidata / LDM

The Unidata Local Data Manager (LDM) system includes network client and server programs designed for event-driven data distribution, and is the fundamental component of the Unidata Internet Data Distribution (IDD) system.
http://www.unidata.ucar.edu/software/ldm
Other
43 stars 27 forks source link

Replace MAX_CIRCBUFSIZE in pqing(1) with command-line argument #2

Closed semmerson closed 11 years ago

semmerson commented 11 years ago

The C macro MAX_CIRCBUFSIZE in file "src/pqing/fxbuf.c" hard-codes the maximum size of a WMO message (1048576 bytes). Replace that parameter with a command-line argument. Also, vet the current code that allows the buffer to grow beyond that limit.