Implement reconnect, idle reporting, and security hardening

This commit is contained in:
2026-02-16 23:03:02 +09:00
parent 582c19bb50
commit ebe7902362
8 changed files with 165 additions and 6 deletions

View File

@@ -13,3 +13,8 @@ PTY_READ_TIMEOUT=5
# 출력 버퍼 설정
OUTPUT_BUFFER_INTERVAL=2.0
MAX_MESSAGE_LENGTH=3000
# 상태 보고 / 재연결 설정
RECONNECT_DELAY_SECONDS=5.0
OUTPUT_IDLE_REPORT_SECONDS=120
INPUT_IDLE_REPORT_SECONDS=300