| Index: runtime/bin/socket.h
|
| diff --git a/runtime/bin/socket.h b/runtime/bin/socket.h
|
| index db68c32c305d21b5d2c2bab57641dc2dd0b7d652..b68b782e70f883bfe65f3bd965b72cc9eb244f3a 100644
|
| --- a/runtime/bin/socket.h
|
| +++ b/runtime/bin/socket.h
|
| @@ -43,6 +43,7 @@ class Socket {
|
| static void Close(intptr_t fd);
|
| static bool SetNonBlocking(intptr_t fd);
|
| static bool SetBlocking(intptr_t fd);
|
| + static bool SetNoDelay(intptr_t fd, bool enabled);
|
|
|
| // Perform a IPv4 hostname lookup. Returns the hostname string in
|
| // IPv4 dotted-decimal format.
|
|
|