summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp.h')
-rw-r--r--src/rexmpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rexmpp.h b/src/rexmpp.h
index c6d4428..71edacb 100644
--- a/src/rexmpp.h
+++ b/src/rexmpp.h
@@ -278,6 +278,8 @@ struct rexmpp
const char *client_version; /* XEP-0092 */
const char *local_address; /* For ICE, XEP-0176 */
int jingle_prefer_rtcp_mux;
+ int path_mtu_discovery; /* An IP_MTU_DISCOVER parameter for
+ TCP sockets, or -1 to not set it */
/* Resource limits. */
uint32_t stanza_queue_size;