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

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -