Skip to content

Commit 573cbc7

Browse files
committed
Add sysctl config file that changes ipfrag settings to support receiving large messages
1 parent 233af10 commit 573cbc7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
install_config/sysctl/70-clearpath-standard.conf /usr/lib/sysctl.d
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Clearpath settings to support ROS 2 communication of large data
2+
# Decrease timeout for fragmented packets
3+
net.ipv4.ipfrag_time=3
4+
# Increase buffer to adapt for large incoming fragmented data
5+
net.ipv4.ipfrag_high_thresh=134217728

0 commit comments

Comments
 (0)