Gets the current state of the TCP module
Stream<TCPStatus> get currentStatus async* { yield* _statusStream.cast<TCPStatus>(); }