-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Caller should no connect on himself #2554
Comments
Well, that doesn't look good. And I thought this problem is only with rendezvous. Let's not forget that it might be obvious if you connect to your exact address, but not exactly when you are connecting to "yourself" by a second IP address configured for your machine and you listen on all IP addresses on given port.
Not sure what should be done about it. Last time when I tried to fix the rendezvous case of connecting to self (and resulting with having cookie draw) my fix was rejected due to some security concerns. |
I found and updated the old fix #377, although it is made with additional check on the application level only. |
Retested after fix, working as expected |
Bug Description
Caller can connect on himself.
To Reproduce
Steps to reproduce the behavior:
./srt-xtransmit receive "srt://xx.xx.xx.xx:8200?latency=500&bind=:8200" -v
Expected behavior
Caller should no connect on himself.
Desktop (please provide the following information):
The text was updated successfully, but these errors were encountered: