Skip to content

Commit

Permalink
feat: add network setting script (AutomotiveAIChallenge#154)
Browse files Browse the repository at this point in the history
* fix: add network setting

Signed-off-by: Masahiro Kubota <[email protected]>

* fix:add execute permission

* fix: change the buffer size accroding to awf document.

Signed-off-by: Masahiro Kubota <[email protected]>

---------

Signed-off-by: Masahiro Kubota <[email protected]>
  • Loading branch information
masahiro-kubota authored Oct 18, 2024
1 parent 00f6429 commit 2fbc2e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions remote/network_setting.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

sudo sysctl -w net.core.rmem_max==2147483647
sudo ip link set lo multicast on

0 comments on commit 2fbc2e0

Please sign in to comment.