module Net::SSH::Transport::PacketStream

def cleanup

state objects. (See State#cleanup).
Performs any pending cleanup necessary on the IO and its associated
def cleanup
  client.cleanup
  server.cleanup
end