How to disable packet loss prevention TCP c#

michael becker

In a attempt to use TCP for fast-paced and high packet games I would like to disable the packet loss detection of TCP(If a packet fails, it sends another) as this increases time and really isn't needed(I don't care if 1-3 packets get lost more will overwrite it in a few seconds) So how do I accomplish this using the c# programming language?

Tomas Dittmann

Use UDP instead! You can't disable it.

Update:
So I just looked for information on this question and found that disabling the retransmission is possible by the operating-system, but will result in aborting the connection - which supports my initial statement. And the side effects of this will be problematic for the whole OS.

For Windows: https://support.microsoft.com/en-us/kb/170359

There surely will be a setting for others OSs as well.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

TCP Duplicate Ack without Packet Loss

From Dev

How to extract Raw of TCP packet using Scapy

From Dev

How to verify if a packet in Scapy has a TCP layer

From Dev

detecting TCP/IP packet loss

From Dev

C TCP Socket - Get packet destination name

From Dev

How to simulate network packet loss when streaming video?

From Dev

how to add the option scaling to the tcp packet with scapy

From Dev

Golang server, how to receive TCP JSON packet?

From Dev

Packet Loss over HTTP

From Dev

How to fix a strong signal strength, yet high packet loss situation?

From Dev

packet loss in ping

From Dev

TCP Client / Server packet loss

From Dev

Wireless packet loss

From Dev

VMWare vSphere packet loss

From Dev

How to understand a packet is TCP CLOSE packet with sharPcap

From Dev

How to know packet loss stats of specific TCP socket in Linux?

From Dev

How does Paxos handle packet loss and new node joining?

From Dev

How to fake the source-port of a TCP packet?

From Dev

possible packet loss

From Dev

How can anything get past a note with 100% packet loss?

From Dev

Huge packet loss on openwrt

From Dev

Packet loss (mostly)

From Dev

How do I disable browsers too many redirection prevention?

From Dev

How to interpret specific MTR packet loss data (are these IPs internal or external?)

From Dev

How the system identifies the received packet is TCP or UDP?

From Dev

How to receive a TCP packet over the internet

From Dev

How to receive a TCP packet over the internet

From Dev

How to calculate packet loss rate with scapy?

From Dev

How TCP handles Packet Loss - Implications in physical Layer