Fix inconsistency between query packet pending
and query packet unreceived-acks
/unreceived-packets
#2379
Milestone
query packet pending
and query packet unreceived-acks
/unreceived-packets
#2379
Problem Definition
From #2265 (comment)
We have an inconsistency between
query packet pending
andquery packet unreceived-acks
/unreceived-packets
- We should stick to one adjective consistency: either pending or unreceived
- Additionally, it's not accurate to use the word "acks" in
unreceived-acks
because "acks" are a type of packets; so when we sayunreceived-packets
that should actually include acks -> we should consider renamingunreceived-packets
intounreceived-send
or something similar to make the clear distinction between sends and acks.Proposal
query packet unreceived-packets
toquery packet pending-sends
query packet unreceived-acks
toquery packet pending-acks
Acceptance Criteria
The commands have been renamed as proposed above.
For Admin Use
The text was updated successfully, but these errors were encountered: