X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/714f0e1cdf8ccc4778a219c64c00aad64d0ecd78..b11989b8d73c17ccb70e22ca7e8a13540ecca73d:/src/OS/os.h-OpenBSD diff --git a/src/OS/os.h-OpenBSD b/src/OS/os.h-OpenBSD index b09bd84be..dde779f00 100644 --- a/src/OS/os.h-OpenBSD +++ b/src/OS/os.h-OpenBSD @@ -53,7 +53,8 @@ typedef struct __res_state *res_state; #endif #define TIME_T_FMT "%lld" -/* seems arpa/nameser.h does not define this */ -#define NS_MAXMSG 16380 +/* seems arpa/nameser.h does not define this. +Space-constrained devices could use much smaller; a few k. */ +#define NS_MAXMSG 65535 /* End */