processone / eturnal

STUN / TURN standalone server
https://eturnal.net
Apache License 2.0
225 stars 22 forks source link

Detect self-communication and do not route it through the UDP stack #44

Open sando38 opened 11 months ago

sando38 commented 11 months ago

In certain scenarios, a TURN server communicates with itself. This is done through the UDP stack.

To be more effective eturnal should detect such cases and avoid using the UPD stack for self-communication.

Potentially also using eBPF.