bobbyd-show-single-post #1

Merged
bobbydigitales merged 7 commits from bobbyd-show-single-post into main 2026-02-22 22:49:25 -08:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 83debdace8 - Show all commits

View File

@@ -533,7 +533,7 @@ class PeerConnection {
private ignoreOffer: boolean = false; private ignoreOffer: boolean = false;
private isSettingRemoteAnswerPending: boolean = false; private isSettingRemoteAnswerPending: boolean = false;
private polite = true; private polite = true;
private webRTCSuperlog = false; private webRTCSuperlog = true;
private dataChannelSuperlog = false; private dataChannelSuperlog = false;
private chunkSize = (16 * 1024) - 100; private chunkSize = (16 * 1024) - 100;
messageSuperlog: boolean = false; messageSuperlog: boolean = false;

View File

@@ -394,7 +394,7 @@ class PeerConnection {
this.ignoreOffer = false; this.ignoreOffer = false;
this.isSettingRemoteAnswerPending = false; this.isSettingRemoteAnswerPending = false;
this.polite = true; this.polite = true;
this.webRTCSuperlog = false; this.webRTCSuperlog = true;
this.dataChannelSuperlog = false; this.dataChannelSuperlog = false;
this.chunkSize = (16 * 1024) - 100; this.chunkSize = (16 * 1024) - 100;
this.messageSuperlog = false; this.messageSuperlog = false;

File diff suppressed because one or more lines are too long