Merge pull request #34 from fifieldt/ignore-atak-forwarder
Add 257 ATAK_FORWARDER to ignored packet types
This commit is contained in:
commit
9afa8a0594
1 changed files with 2 additions and 0 deletions
|
|
@ -816,6 +816,8 @@ client.on("message", async (topic, message) => {
|
|||
|| portnum === 65 // ignore STORE_FORWARD_APP
|
||||
|| portnum === 66 // ignore RANGE_TEST_APP
|
||||
|| portnum === 72 // ignore ATAK_PLUGIN
|
||||
|| portnum === 257 // ignore ATAK_FORWARDER
|
||||
|| portnum > 511 // ignore above MAX
|
||||
){
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue