Merge "Increasing length of the datagram for Unix Domain Socket"

This commit is contained in:
Vova Sharaienko 2023-06-02 00:24:03 +00:00 committed by Gerrit Code Review
commit bce8618a16

View file

@ -295,7 +295,7 @@ on init
write /proc/sys/kernel/randomize_va_space 2
write /proc/sys/vm/mmap_min_addr 32768
write /proc/sys/net/ipv4/ping_group_range "0 2147483647"
write /proc/sys/net/unix/max_dgram_qlen 600
write /proc/sys/net/unix/max_dgram_qlen 2400
# Assign reasonable ceiling values for socket rcv/snd buffers.
# These should almost always be overridden by the target per the