Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-03-06 17:47:43 +0400
committerDr. Stephen Henson <steve@openssl.org>2012-03-06 17:47:43 +0400
commit62b6948a2710c2a095b87b0b9c4b89f7b23246a9 (patch)
tree0914a00ae5f7e1bf8365b951c5fc1b115d4316bd /crypto/bio/bio.h
parent0fbf8b9cea4b4b01b6dd9e43d36d616edaf88f61 (diff)
PR: 2755
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reduce MTU after failed transmissions.
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 b440bdd6dd..05699ab212 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -157,6 +157,7 @@ extern "C" {
/* #endif */
#define BIO_CTRL_DGRAM_QUERY_MTU 40 /* as kernel for current MTU */
+#define BIO_CTRL_DGRAM_GET_FALLBACK_MTU 47
#define BIO_CTRL_DGRAM_GET_MTU 41 /* get cached value for MTU */
#define BIO_CTRL_DGRAM_SET_MTU 42 /* set cached value for
* MTU. want to use this