p2pvc
p2pvc copied to clipboard
Received failed. errno: 22
Hi, it compiled everything good without any warning, but when I try to test it locally "./p2pvc 127.0.0.1 -v", I get a really loud weird noise, and also the screen prints a lot of "Received failed. errno: 22".
Something I might be doing wrong? thanks!
what OS/version of compiler are you using?
fedora 21 x64, gcc (GCC) 4.9.2 20141101
Could this be an issue with ports being open? Looks like EINVAL and it's failing to receive.
@rugebiker would you mind pulling the latest and testing again? thanks
I did, but still the same =/
Could you try running the following two commands before executing?
sudo /sbin/iptables -I INPUT -p udp --dport 55555 -j ACCEPT
sudo /sbin/iptables -I INPUT -p udp --dport 55556 -j ACCEPT
still the same error =/
I've shrunk the size of the UDP packet, perhaps it works now. one question I have is: if you plug in headphones does the noise go away (and you can hear yourself)? it may be feedback.
so with headphones when I run it, i don't hear the annoying high tone noise,., but i hear just random noise (like when there is no signal on an open tv channel)