| Index: ppapi/c/ppb_tcp_socket.h
|
| diff --git a/ppapi/c/ppb_tcp_socket.h b/ppapi/c/ppb_tcp_socket.h
|
| index a6fe111f71ef8fe8b033dc4a61ab662a01464981..9797eaddb8aa0d33e00224cbbfe302f4a90d0b65 100644
|
| --- a/ppapi/c/ppb_tcp_socket.h
|
| +++ b/ppapi/c/ppb_tcp_socket.h
|
| @@ -3,7 +3,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -/* From ppb_tcp_socket.idl modified Fri Sep 20 09:58:19 2013. */
|
| +/* From ppb_tcp_socket.idl modified Thu Oct 30 15:23:32 2014. */
|
|
|
| #ifndef PPAPI_C_PPB_TCP_SOCKET_H_
|
| #define PPAPI_C_PPB_TCP_SOCKET_H_
|
| @@ -37,13 +37,11 @@ typedef enum {
|
| /**
|
| * Disables coalescing of small writes to make TCP segments, and instead
|
| * delivers data immediately. Value's type is <code>PP_VARTYPE_BOOL</code>.
|
| - * This option can only be set after a successful <code>Connect()</code> call.
|
| */
|
| PP_TCPSOCKET_OPTION_NO_DELAY = 0,
|
| /**
|
| * Specifies the total per-socket buffer space reserved for sends. Value's
|
| * type should be <code>PP_VARTYPE_INT32</code>.
|
| - * This option can only be set after a successful <code>Connect()</code> call.
|
| *
|
| * Note: This is only treated as a hint for the browser to set the buffer
|
| * size. Even if <code>SetOption()</code> succeeds, the browser doesn't
|
| @@ -53,7 +51,6 @@ typedef enum {
|
| /**
|
| * Specifies the total per-socket buffer space reserved for receives. Value's
|
| * type should be <code>PP_VARTYPE_INT32</code>.
|
| - * This option can only be set after a successful <code>Connect()</code> call.
|
| *
|
| * Note: This is only treated as a hint for the browser to set the buffer
|
| * size. Even if <code>SetOption()</code> succeeds, the browser doesn't
|
|
|