Commit Graph

107 Commits

Author SHA1 Message Date
backkem
de29578470 Move logging out of tree
Relates to #361
2019-03-21 12:48:57 +01:00
Luke Curley
70092d3a81 Optimize Read by buffering
Increases the Read performance to acceptable levels. Packet loss went
from roughly 8% to 0.5% with this change.
2019-03-12 21:34:48 -07:00
Konstantin Itskov
052b3f98c6 Add a customization to control network types
- Fix an issue with ipv6 srflx candidates gathering.
- Add SetNetworkTypes config to SettingEngine to control what network
  types are allowed to be connected.

Resolves #460
2019-03-12 21:36:52 -04:00
Sean DuBois
be2ef55e62 Remove pkg/errors dependency
Lots of people are paying attention to what dependecies we add to their
projects now. This just makes things a little cleaner.

Resolves #469
2019-03-06 09:34:10 -08:00
Michael MacDonald
dc966e04a9 Move pkg/ice to internal/ice
Avoid exposing any non-standard API.
2019-03-01 08:07:42 -05:00
Sean DuBois
a202ccbf2f Revert "Move ICE package from public to internal folder structure"
ICE Package needs to be public for peerConnection.OnICEConnectionStateChange

This reverts commit b831f87d28b78044118c4eb66f9b3152d373349b.
2018-08-16 10:10:29 -07:00
Konstantin Itskov
44939bbf87 Move ICE package from public to internal folder structure 2018-08-16 01:28:48 -07:00