Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
troubleshooting:network_packet_loss [2020/11/26 01:09] – neds | troubleshooting:network_packet_loss [2023/11/13 01:43] (current) – neds | ||
---|---|---|---|
Line 112: | Line 112: | ||
If uninstalling the 3rd party firewall fixes the problem then 1) Try upgrading to the latest version, or 2) contact the firewall vendor, or 3) consider using an alternative firewall such as Windows Firewall. | If uninstalling the 3rd party firewall fixes the problem then 1) Try upgrading to the latest version, or 2) contact the firewall vendor, or 3) consider using an alternative firewall such as Windows Firewall. | ||
- | |||
- | </ | ||
- | |||
- | ==== Network loss in macOS ==== | ||
- | <WRAP indent> | ||
- | |||
- | Create a file called sysctl.conf in /etc (this must be done as root or using sudo) and add the following lines:< | ||
- | net.inet.tcp.sendspace=1048576 | ||
- | net.inet.tcp.recvspace=1048576 | ||
- | net.inet.udp.recvspace=81920 | ||
- | net.inet.udp.maxdgram=65535</ | ||
- | |||
- | Save the file and then reboot the computer. | ||
</ | </ |