Skip to content

Commit

Permalink
chore: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Sep 12, 2024
1 parent 38d40f8 commit 8d26ed6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions webrtc/sctp/sctp_transport.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d26ed6

Please sign in to comment.