esp32_nat_router icon indicating copy to clipboard operation
esp32_nat_router copied to clipboard

performance question

Open keredson opened this issue 2 years ago • 1 comments

is this performance drop-off normal for a sequential node setup?

root wifi: 20mb/s 1st repeater: 2.5mb/s 2st repeater: 300kb/s 3st repeater: 70kb/s

keredson avatar May 02 '22 05:05 keredson

due to it's design , yes. It does not buffer enough to allow transmission in one direction long enough so each packet must be immediately forwarded.

piotrcurious avatar Dec 08 '23 00:12 piotrcurious