Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Feb 22, 2024
1 parent 82efb1a commit 35e9316
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion worker/src/RTC/DtlsTransport.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MS_CLASS "RTC::DtlsTransport"
// #define MS_LOG_DEV_LEVEL 3
#define MS_LOG_DEV_LEVEL 3

#include "RTC/DtlsTransport.hpp"
#include "Logger.hpp"
Expand Down Expand Up @@ -1207,6 +1207,8 @@ namespace RTC
}
else
{
// Here we do a dangerous thing that works.
// Explained in https://github.com/versatica/mediasoup/pull/1343.
MS_WARN_TAG(
dtls,
"data to be sent is longer than DTLS MTU, fragmenting it [len:%" PRIi64 ", DtlsMtu:%i]",
Expand Down

0 comments on commit 35e9316

Please sign in to comment.