Refuse a maxOctets below 1 at startup, like the other limits
Test / lint (pull_request) Successful in 49s
Test / test (18) (pull_request) Successful in 29s
Test / test (20) (pull_request) Successful in 29s
Test / test (22) (pull_request) Successful in 29s
Test / test (24) (pull_request) Successful in 28s
Test / test (26) (pull_request) Successful in 29s
Mirror / push (push) Successful in 3s

This commit is contained in:
2026-09-23 23:48:18 +02:00
parent 228b81aa5e
commit 80f77afa0f
5 changed files with 14 additions and 7 deletions
+2
View File
@@ -35,6 +35,8 @@
- An `alert_notification` or an `outbind` from the peer is logged and left unanswered, as SMPP 3.4
gives neither a response. Each one used to emit `sessionError`, `"alert_notification" has no
response command`.
- `server()` refuses a `maxOctets` below 1 or not a whole number, like its other limits.
`server({ maxOctets: 0 })` used to start and then drop every multipart message.
## 0.5.0