Make TCP client retransmit immediately -


my client sends http http server. , software sits in between them. software drops http get, , can see http client first resend after 700ms. want trigger resend within 100ms.

i faked tcp ack software client ignore fake tcp ack. there can send on behalf of http server make http client restramit immediately?


Comments

Popular posts from this blog

javascript - How to bind ViewModel Store to View? -

recursion - Can every recursive algorithm be improved with dynamic programming? -

c - Why does alarm() cause fgets() to stop waiting? -