I was getting weird “unknown error occurred (-3259)” from iTunes for the Freakonomics podcast. There are many web solutions to this. Unfortunately, mine was not among them.
It turns out that my Windows 7 Pro 64 had set the MTU size to 1504 bytes. Why, I do not know. Solution was to run a command shell as admin and…
netsh
interface ipv4
set subinterface interface=XX mtu=1500 store=persistent
where XX is your network interface; find it with:
netsh interface ipv4 show subinterfaces
Solved! Bleah.
Thanks! I had the same issue with the Freakonomics podcast, and none of the very generic solutions that I found for the -3259 error code worked for me either. I have jumbo frames enabled, so my MTU size was set to 9000, and adjusting it down to 1500 as you suggested immediately fixed the problem for me as well.
Best Regards,
-Xander