summaryrefslogtreecommitdiffstats
path: root/ssl/dtls1.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-05-17 16:04:21 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-05-17 16:04:21 +0000
commit0454f2c4901218d749e4dac411e8b471fd749474 (patch)
treea8b22b8aaee2f372cbaab41754e10619d175237b /ssl/dtls1.h
parent5f911774bf20e5afe4453231789691c46dcdd431 (diff)
PR: 1929
Submitted by: Michael Tuexen <tuexen@fh-muenster.de> Approved by: steve@openssl.org Updated DTLS MTU bug fix.
Diffstat (limited to 'ssl/dtls1.h')
-rw-r--r--ssl/dtls1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/dtls1.h b/ssl/dtls1.h
index 177e55cd9f..884bbd34f1 100644
--- a/ssl/dtls1.h
+++ b/ssl/dtls1.h
@@ -204,7 +204,7 @@ typedef struct dtls1_state_st
*/
record_pqueue buffered_app_data;
- unsigned int mtu; /* max wire packet size */
+ unsigned int mtu; /* max DTLS packet size */
struct hm_header_st w_msg_hdr;
struct hm_header_st r_msg_hdr;