Hello, I made a small linux program that uses libVLC to simulate remote video playback without actually rendering the video (to test if playback stops due to buffer underrun). This is working fine, but I needed to turn IPv6 off so that, when performing DNS resolution, no AAAA queries are sent. I was...