since my TCP connections are established inside a low latency (non-public) network (10-100usec RTT), in order to speed up retransmissions I am thinking to reduce the TCP_TMR_INTERVAL in lwip to 1 or 10 msec.
Any thoughts on issues that could arise with this change? Any other changes recommended for low latency networks?