Commit Diff


commit - 52483617f8dc2116b504a6a85274b3c44a119ecd
commit + c09ddbced03b4d97e812871bcfe48b196390f3b3
blob - 769d2e4b445fdbebc89dda8c2cf4abd2bb51e72a
blob + 871b2673a04bdab3a42856cf77e79d3ed2453768
--- rtp/session_test.go
+++ rtp/session_test.go
@@ -98,7 +98,7 @@ func textPackets(dur time.Duration, count int) chan Pa
 }
 
 func TestSession(t *testing.T) {
-	ln, err := net.ListenPacket("udp", "[::]:0")
+	ln, err := net.ListenPacket("udp", "[::1]:0")
 	if err != nil {
 		t.Fatal(err)
 	}