nasa / bplib

Apache License 2.0
30 stars 13 forks source link

Fix #151, add inter bundle delay to bpcat #155

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

Adds an artificial inter-bundle send delay as part of the egress CLA. The default delay is 20ms (permitting up to 50 bundles/sec) which seems to avoid UDP buffer overflow during testing.

Adds a "-d" parameter that allows the user to set a different delay as necessary or for testing.

Fixes #151