Variable ConnectedSocket.disconnected_

true if the stream socket peer has performed an orderly shutdown.

class ConnectedSocket
{
  // ...
  bool disconnected_ ;
  // ...
}