summaryrefslogtreecommitdiff
path: root/src/rexmpp.h
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2023-04-15 19:23:12 +0300
committerdefanor <defanor@uberspace.net>2023-04-15 21:00:03 +0300
commitf53cb7886439619860ff86451318a5a04fc49322 (patch)
treecccc26f72cd0a69eaede0e71c4008076422bcea3 /src/rexmpp.h
parentecc91dd9f2fe31b28e4a9027502eaf07c757594d (diff)
Add a path MTU discovery setting for TCP sockets
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;