X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2FOS%2Fos.h-OpenBSD;h=dde779f00fc15bcd94d76b0890d63dd8b28738f8;hp=b09bd84bef9a41426f467942d4f2ea6422ee9db1;hb=66e0f1529f73be9afa5388018729549e9ee38bd6;hpb=714f0e1cdf8ccc4778a219c64c00aad64d0ecd78 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 */