diff options
author | tfarina <tfarina@chromium.org> | 2016-02-27 00:45:25 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-27 08:47:15 +0000 |
commit | 2d1f2621d8e6dd10feba6cab380fb46d60cb3098 (patch) | |
tree | 91794ec831e1bbb8ae21c3f4d0bafed8be3cbc14 /mojo/shell/standalone | |
parent | de8c5c81927b30364c8bb8570bac0ce5e56faf02 (diff) | |
download | chromium_src-2d1f2621d8e6dd10feba6cab380fb46d60cb3098.zip chromium_src-2d1f2621d8e6dd10feba6cab380fb46d60cb3098.tar.gz chromium_src-2d1f2621d8e6dd10feba6cab380fb46d60cb3098.tar.bz2 |
net: merge DisableNagle() with two other SetTCPNoDelay() implementations
This patch merges SetTCPNoDelay() function from tcp_socket_posix.cc,
SetTCPNoDelay() function from tcp_socket_util.cc and DisableNagle() function
from tcp_socket_win.cc, into a single slightly improved one in tcp_socket.cc
with the following prototype:
bool SetTCPNoDelay(SocketDescriptor socket, bool no_delay);
BUG=None
TEST=net_unittests
R=eroman@chromium.org
Review URL: https://codereview.chromium.org/1728853006
Cr-Commit-Position: refs/heads/master@{#378129}
Diffstat (limited to 'mojo/shell/standalone')
0 files changed, 0 insertions, 0 deletions