On 4/4/21 10:27 PM, myeoi zieo wrote:
> Thank you for reply, Tom
> Can you tell me the name of the file using ARQ?
The ARQ implementations are spread across multiple files. For instance,
TCP's selective acknowledgements are implemented across several files
(tcp-socket-base.{cc,h}, tcp-option-sack.{cc,h}, tcp-tx-buffer.{cc,h},
tcp-rx-buffer.{cc,h})
LTE's HARQ is spread across more files than the above.
> If I can edit the file, can I use ARQ in CSMA as well as LTE?
The ARQ that is used in LTE won't very easily translate to CSMA, in my
opinion.
If you are looking for a simple ARQ model for basic link types, I am not
sure whether a model in ns-3 is readily available (perhaps others on the
list can recommend one?)
- Tom