| Index: mojo/services/public/interfaces/network/tcp_server_socket.mojom
|
| diff --git a/mojo/services/public/interfaces/network/tcp_server_socket.mojom b/mojo/services/public/interfaces/network/tcp_server_socket.mojom
|
| index 997f7e841736a7727bafb7079f44d04ba4e8bba2..6d8430d577dbb85fcf187b1f611fcff22e72b6ff 100644
|
| --- a/mojo/services/public/interfaces/network/tcp_server_socket.mojom
|
| +++ b/mojo/services/public/interfaces/network/tcp_server_socket.mojom
|
| @@ -14,6 +14,10 @@ interface TCPServerSocket {
|
| // for connecting with the remote host. Only one Accept call can be pending
|
| // at a time.
|
| //
|
| + // Once a connection has been established (indicated by a successful
|
| + // callback), the TCPConnectedSocket may outlive the TCPServerSocket that
|
| + // created it.
|
| + //
|
| // On success, the address of the remote host will be provided.
|
| Accept(handle<data_pipe_consumer> send_stream,
|
| handle<data_pipe_producer> receive_stream,
|
|
|