Index: scripts/run.sh =================================================================== diff -u -rbb8f39a014644c70b832dd2a784f62fa9f6b6106 -r4a6abe765f03feae8100ec660aa04aa218d4dfa3 --- scripts/run.sh (.../run.sh) (revision bb8f39a014644c70b832dd2a784f62fa9f6b6106) +++ scripts/run.sh (.../run.sh) (revision 4a6abe765f03feae8100ec660aa04aa218d4dfa3) @@ -39,7 +39,7 @@ # current settings can be retrieved by the command below # $ ip -details -statistics link show can0 ip link set can0 up type can bitrate 250000 restart-ms 100 -#ifconfig can0 txqueuelen 4000 +ifconfig can0 txqueuelen 4000 if [ $? -eq 0 ]; then echo ":: Can interface setup" fi