java - Ice4j: Testing IcePseudoTcp - STUN server needed? -


does know process of testing icepseduotcp? self contained, or have point stun server work?

it looks code states:

        stuncandidateharvester stunharv = new stuncandidateharvester(             new transportaddress("sip-communicator.net",                                  3478, transport.udp));         stuncandidateharvester stun6harv = new stuncandidateharvester(             new transportaddress("ipv6.sip-communicator.net",                                  3478, transport.udp)); 

so don't need own stun server points one.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -