|
|
|
|
|
by api
856 days ago
|
|
No it's mostly the battery limitations. Keeping links open P2P requires keepalive because NATs will time out. Even with IPv6 there are usually stateful firewalls in the way that will time out. This means you're constantly sending little packets, and if you have a lot of links there's a lot of keep alive cycles that have to be serviced. This keeps radios and baseband hardware from being able to sleep, draining the battery faster. Mobile devices almost always have IPv6 on cell networks these days, which makes the actual hole punching almost 100% successful. |
|