connections property

Stream<TailscaleConnection> get connections

Single-subscription stream of accepted connections.

Listening starts a background accept loop. Canceling the subscription closes the listener. Paused subscriptions use a bounded pending-accept queue; overflow accepts are closed instead of buffered without limit.

Implementation

Stream<TailscaleConnection> get connections;