Add code to set TCP keep alive delay on OSX.
Previously, TCP keep alives were enabled on all desktop platforms, but the delay was not being set on OSX, resulting in not sending keep alives every 45 seconds, like on other platforms. This CL adds the code to do that. It does the same on iOS, though keep alives aren't enabled on mobile platforms, anyways. BUG=468764 Review URL: https://codereview.chromium.org/1065563006 Cr-Commit-Position: refs/heads/master@{#324319}
Showing
Please register or sign in to comment