From 8d26ed6edce0facd88b46be697bc5ac4eb77d965 Mon Sep 17 00:00:00 2001 From: Ludovic Chenut Date: Thu, 12 Sep 2024 11:56:46 +0200 Subject: [PATCH] chore: update comment --- webrtc/sctp/sctp_transport.nim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webrtc/sctp/sctp_transport.nim b/webrtc/sctp/sctp_transport.nim index bafee5d..5339f18 100644 --- a/webrtc/sctp/sctp_transport.nim +++ b/webrtc/sctp/sctp_transport.nim @@ -22,8 +22,9 @@ logScope: topics = "webrtc sctp" # Implementation of an Sctp client and server using the usrsctp library. -# Usrsctp is usable as a single thread but it's not the intended way to -# use it. There's a lot of callbacks calling each other in a synchronous way. +# Usrsctp is usable with a single thread but this is not the intended +# way to use it. As a result, there are many callbacks that calls each +# other synchronously. proc printf( format: cstring