Skip to content
Snippets Groups Projects
Commit 087c9130 authored by Youness Alaoui's avatar Youness Alaoui
Browse files

Set the MTU to 1400 for pseudotcp

parent 3d507cae
No related branches found
No related tags found
No related merge requests found
......@@ -1093,6 +1093,7 @@ void agent_signal_new_selected_pair (NiceAgent *agent, guint stream_id, guint co
if (component->tcp) {
pseudo_tcp_socket_connect (component->tcp);
pseudo_tcp_socket_notify_mtu (component->tcp, MAX_TCP_MTU);
adjust_tcp_clock (agent, component);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment