Skip to content

Commit d8672fe

Browse files
committed
Enhance configuration and logging for network stability and performance
- Updated WiFi and server configuration parameters in config.h for improved connectivity. - Added detailed comments on TCP chunk size and server expectations. - Refined logger implementation in logger.cpp for better readability and maintainability. - Introduced error handling macros for socket options in network.cpp to streamline error logging. - Enhanced jitter application logic in apply_jitter function to prevent negative values. - Improved network connection handling with better state management and logging in NetworkManager. - Added diagnostics for the first audio transmission to verify streaming starts correctly. - Cleaned up redundant code and improved overall code structure for better readability.
1 parent 28b314b commit d8672fe

File tree

12 files changed

+583
-2743
lines changed

12 files changed

+583
-2743
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.DS_Store
88
.clang_complete
99
.gcc-flags.json
10-
10+
lxc-services/
1111
Thumbs.db
1212
arduino-esp32.7z
1313
IMPROVEMENT.md
@@ -16,7 +16,6 @@ IMPLEMENTATION_SUMMARY.md
1616
PHASE2_IMPLEMENTATION_COMPLETE.md
1717
PHASE3_IMPLEMENTATION_COMPLETE.md
1818
improvements_plan.md
19-
2019
docs/
2120
.serena/
2221
test/

0 commit comments

Comments
 (0)