aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bio.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2012-06-11 14:56:25 +0000
committerAndy Polyakov <appro@openssl.org>2012-06-11 14:56:25 +0000
commit447e1319b12d613e697a379bcd585179549ba3d7 (patch)
tree146bb0f7b68d7752bb8b6d06d245b720a9101d05 /crypto/bio/bio.h
parente77ec2ba6f385e4b9d63a6dc5eadc1dbb336a174 (diff)
downloadopenssl-447e1319b12d613e697a379bcd585179549ba3d7.tar.gz
bss_dgram.c: add BIO_CTRL_DGRAM_SET_DONT_FRAG.
PR: 2830 Submitted by: Robin Seggelmann
Diffstat (limited to 'crypto/bio/bio.h')
-rw-r--r--crypto/bio/bio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h
index 05699ab212..d32bf7f7a2 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -174,6 +174,7 @@ extern "C" {
#define BIO_CTRL_DGRAM_SET_NEXT_TIMEOUT 45 /* Next DTLS handshake timeout to
* adjust socket timeouts */
+#define BIO_CTRL_DGRAM_SET_DONT_FRAG 48
#ifndef OPENSSL_NO_SCTP
/* SCTP stuff */