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 -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -