-
nuegia.net
Gtk got updated
-
nuegia.net
(jk)
-
nuegia.net
Does xmpp use the TCP_PUSH flag?
-
MattJ
That's set by the TCP stack, not the application
-
nuegia.net
Does every stanza need to arrive in the order it originally was from c2s and s2s connections?
-
jonas’
I'm not sure what that question means
-
moparisthebest
iirc ordering between 2 entities must be preserved
-
jonas’
RFC 6120 certainly defines that stanzas must be processed in the order received by servers.
-
jonas’
and clients may rely on that
-
jonas’
which in turn means that nothing on the way should reorder (and I don't think reordering is even possible with TLS in the mix)