move const decl to header

This commit is contained in:
Paul Reeves 2023-01-26 16:14:11 +01:00
parent bf8079082c
commit 3a3cae7284
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <cstdio>
static const size_t MaxSegmentSize = 65535;
// This should be used in only one of the UDR library files.