3 STUND
=..
/stun
/tools
/stund
5 echo "Starting ICE full-mode with STUN unit test."
8 echo "STUN server not found: Cannot run unit test!" >&2
15 export NICE_STUN_SERVER
=127.0.0.1
16 export NICE_STUN_SERVER_PORT
=3800
18 echo "Launching stund on port ${NICE_STUN_SERVER_PORT}."
21 (sh
-c "echo \$\$ > \"$pidfile\" && exec "$STUND" ${NICE_STUN_SERVER_PORT}") &
27 kill "$(cat "$pidfile")"