I have question about the value of ACK timeout and DIFS when I was reading the source code "mac.cpp"
The path to that file is C:\SoraSDK2.0\src\umxsdrbrick\mac.cpp. I have seem following,
const int nDIFS = 12;
const int nACKTimeout = 60;
Why nDIFS is 12 and nACKTimeout is 60. What is unit? us?
Thanks
Muye