Test long local Mumble audio intervals
This commit is contained in:
committed by
Brandon McGinty
parent
ee8a3a6d63
commit
29dde07337
@@ -37,6 +37,14 @@ func TestLocalMumbleAudioTwentyMilliseconds(t *testing.T) {
|
|||||||
testLocalMumbleAudioRoundTrip(t, false, 20*time.Millisecond)
|
testLocalMumbleAudioRoundTrip(t, false, 20*time.Millisecond)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestLocalMumbleAudioFortyMilliseconds(t *testing.T) {
|
||||||
|
testLocalMumbleAudioRoundTrip(t, false, 40*time.Millisecond)
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestLocalMumbleAudioSixtyMilliseconds(t *testing.T) {
|
||||||
|
testLocalMumbleAudioRoundTrip(t, false, 60*time.Millisecond)
|
||||||
|
}
|
||||||
|
|
||||||
// Regression: TCP tunnel fallback must remain usable when UDP is deliberately
|
// Regression: TCP tunnel fallback must remain usable when UDP is deliberately
|
||||||
// disabled or blocked, rather than silently dropping valid audio.
|
// disabled or blocked, rather than silently dropping valid audio.
|
||||||
func TestLocalMumbleTCPAudioFallback(t *testing.T) {
|
func TestLocalMumbleTCPAudioFallback(t *testing.T) {
|
||||||
|
|||||||
Reference in New Issue
Block a user