Skip to content

Commit 399b71c

Browse files
committed
backend/multiplex: add comment.
1 parent 44bb95e commit 399b71c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/udp_server/multiplex.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ pub async fn run_server(state: web::Data<BridgeState>) {
205205
}
206206
}
207207

208+
// Get the management socket or create a new one when it does not exist
208209
let tunn_sock = {
209210
// Maybe we could release the lock when adding a new management connection and get it back later
210211
// in case it turns out that holding it causes major connection issues.

0 commit comments

Comments
 (0)