notes about acking
This commit is contained in:
parent
f4a2efa221
commit
8967d8a85e
1 changed files with 8 additions and 0 deletions
8
TODO
8
TODO
|
@ -14,3 +14,11 @@
|
||||||
- beacon sync
|
- beacon sync
|
||||||
|
|
||||||
- CCA and ED.
|
- CCA and ED.
|
||||||
|
|
||||||
|
- auto-acking and ack managment
|
||||||
|
keep a set of bit fields, one bit per sequence number (DSN), so 32 bytes
|
||||||
|
total.
|
||||||
|
Set them all to 1 initially. When a DSN is sent, clear the bit. Set
|
||||||
|
the bit when the ack is received.
|
||||||
|
Do anything special with sent but unacked packets? Maybe, so you can
|
||||||
|
retransmit them.
|
Loading…
Add table
Reference in a new issue