summaryrefslogtreecommitdiffstats
path: root/src/include/osconf.hin
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-07-02 18:25:40 -0400
committerGreg Hudson <ghudson@mit.edu>2012-07-02 18:25:40 -0400
commitb5da0b454caf1057d8dc9669737ffe89be5551e4 (patch)
treecc75c8d2c19f8a0dd763390a118edd0b329a35ed /src/include/osconf.hin
parent9faced91dfb7f36a714dfc44f66716d5d0733dc9 (diff)
downloadkrb5-b5da0b454caf1057d8dc9669737ffe89be5551e4.tar.gz
krb5-b5da0b454caf1057d8dc9669737ffe89be5551e4.tar.xz
krb5-b5da0b454caf1057d8dc9669737ffe89be5551e4.zip
Increase MAX_DGRAM_SIZE
Accept UDP datagrams up to 64K in size. We should still detect when an oversized datagram comes in by comparing against the maximum size, but this is trivial and covers 90% of the practical issues. ticket: 6566 status: open
Diffstat (limited to 'src/include/osconf.hin')
-rw-r--r--src/include/osconf.hin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/osconf.hin b/src/include/osconf.hin
index 97aae48f0d..3f33cc3bc3 100644
--- a/src/include/osconf.hin
+++ b/src/include/osconf.hin
@@ -106,7 +106,7 @@
"aes128-cts-hmac-sha1-96:normal " \
"des3-cbc-sha1:normal arcfour-hmac-md5:normal"
-#define MAX_DGRAM_SIZE 4096
+#define MAX_DGRAM_SIZE 65536
#define RCTMPDIR "@KRB5RCTMPDIR" /* directory to store replay caches */