Skip to content

Instantly share code, notes, and snippets.

@ekr
Created June 11, 2013 21:20
Show Gist options
  • Save ekr/5760813 to your computer and use it in GitHub Desktop.
Save ekr/5760813 to your computer and use it in GitHub Desktop.
diff -r 92e03174b1a4 media/mtransport/nricectx.cpp
--- a/media/mtransport/nricectx.cpp Tue Jun 11 13:56:45 2013 -0700
+++ b/media/mtransport/nricectx.cpp Tue Jun 11 14:20:12 2013 -0700
@@ -351,7 +351,7 @@
NR_reg_set_uchar((char *)"ice.pref.interface.wlan0", 232);
}
- NR_reg_set_uint4((char *)"stun.client.maximum_transmits",4);
+ NR_reg_set_uint4((char *)"stun.client.maximum_transmits",7);
}
// Create the ICE context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment