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 ed9dfb990f - Show all commits

View File

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

View File

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

File diff suppressed because one or more lines are too long