issues
search
foxssake
/
noray
Simple connection orchestrator and relay
MIT License
18
stars
5
forks
source link
Implement dynamic relays
#16
Closed
elementbound
closed
1 year ago
elementbound
commented
1 year ago
Done criteria
UDP relay handler emits 'drop' events for packets with unknown target or source
Component listens to drop events
If the target is a known host:
Create relay for sender
Buffer incoming packets while we wait for relay to be created
Send all buffered packets through the relay
Done criteria