1.2 trim sizes

This commit is contained in:
Kevin Hester 2021-02-22 10:25:29 +08:00
parent 649c3deb71
commit 7db1c2edb2
3 changed files with 16 additions and 3 deletions

View file

@ -904,6 +904,7 @@ Maintained by Jm Casler (MC Hamster) : jm@casler.org |
Maintained by Jm Casler (MC Hamster) : jm@casler.org |
| PRIVATE_APP | 256 | Private applications should use portnums >= 256. To simplify initial development and testing you can use "PRIVATE_APP" in your code without needing to rebuild protobuf files (via bin/regin_protos.sh) |
| ATAK_FORWARDER | 257 | ATAK Forwarder Plugin https://github.com/paulmandal/atak-forwarder |
| MAX | 511 | Currently we limit port nums to no higher than this value |