Tuning net.inet.udp.maxdgram on mac OS is no longer required (#5585)

This commit is contained in:
Michael Vines
2019-08-21 13:17:01 -07:00
committed by GitHub
parent ab4f370e15
commit f18aa4e423

View File

@ -40,11 +40,6 @@ Linux)
sysctl_write net.core.wmem_max 161061273
sysctl_write net.core.wmem_default 161061273
;;
Darwin)
# Adjusting maxdgram to allow for large UDP packets, see BLOB_SIZE in core/src/packet.rs
sysctl_write net.inet.udp.maxdgram 65535
;;
*)
;;
esac