Reasons?No, you really don't want to do that.
We routinely set hw-retries and adaptive noise immunity. The link can't be "fixed"; it's a short hop across a couple city blocks in a noisy environment. We're trying to make UDP traffic (in particular, SIP) more reliable across this one link without going to a licensed connection--and without changing all our SIP equipment to use TCP on the off-chance it follows this one link.If you're dealing with lost packets due to the wireless link, play with these settings instead or fix your link.
[Wireless/Advanced tab]
No doubt the link would add jitter according to how lossy it is, but SIP via TCP isn't unheard of.UDP packets are usually time sensitive. By the time you've established a TCP connection and dealt with re-transmission timeouts over a lossy link, the data will be so delayed it will be worthless.
Unfortunately, I think the tunnel itself would contribute a lot of overhead.If you really want to try it, fire up an OpenVPN TCP tunnel over the link and route UDP through that, but results are likely to be extremely poor.