| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Host will have host-specific port allocator, so PortAllocator creation
has to be moved out of protocol code. Since PortAllocator needs to be
configured with network settings (nat traversal and port range), I
refactored how these settings are passed between layers.
BUG=103991
Review URL: https://chromiumcodereview.appspot.com/10233021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134608 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=115145
Review URL: https://chromiumcodereview.appspot.com/9549029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124555 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The new TransportFactory will be used on the host side first and then
later on the client side too when we ready to switch to Pepper UDP APIs.
BUG=110485
Review URL: http://codereview.chromium.org/9365002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122877 0039d316-1c4b-4281-b951-d872f2087c98
|
|
Then new code is not enabled yet, there are still some issues that
need to be resolved before this code is used by default. I plan to
make the switch in M16, as there isn't enough time left in M15.
TEST=Manual
BUG=51198
Review URL: http://codereview.chromium.org/7778022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100805 0039d316-1c4b-4281-b951-d872f2087c98
|