From 86f14523e4aaabd74215c703c8580794b06ac9ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Papp?= Date: Tue, 9 Jul 2024 16:46:43 +0200 Subject: [PATCH] Add comment --- relay/client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay/client/client.go b/relay/client/client.go index 4105331e5..7846505bb 100644 --- a/relay/client/client.go +++ b/relay/client/client.go @@ -94,7 +94,7 @@ func (cc *connContainer) close() { // Client is a client for the relay server. It is responsible for establishing a connection to the relay server and // managing connections to other peers. All exported functions are safe to call concurrently. After close the connection, // the client can be reused by calling Connect again. When the client is closed, all connections are closed too. -// While the Connect is in progress, the OpenConn function will block until the connection is established. +// While the Connect is in progress, the OpenConn function will block until the connection is established with relay server. type Client struct { log *log.Entry parentCtx context.Context