diff options
Diffstat (limited to 'src/options.hpp')
-rw-r--r-- | src/options.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.hpp b/src/options.hpp index 0bb3cf9..1ea61bd 100644 --- a/src/options.hpp +++ b/src/options.hpp @@ -78,7 +78,7 @@ namespace xs int backlog; // Maximal size of message to handle. - int64_t maxmsgsize; + uint64_t maxmsgsize; // The timeout for send/recv operations for this socket. int rcvtimeo; |