Make sctp buffers big enough for images

We had multiple problems.
  1) kernel buffers were too small so the kernel was delivering partial
     packets.  Fix was to update the rootfs to increase the buffer size
     and check the parameter.  Secondary fix was to CHECK that received
     packets were the size advertized.
  2) Client wasn't configuring it's buffers to be the right size.
     Configured the socket to make it big enough.

Change-Id: I276e698943aa5714ff2ca8e1ac73d6975d219eb9
diff --git a/y2020/vision/rootfs/modify_rootfs.sh b/y2020/vision/rootfs/modify_rootfs.sh
index 219590f..1cb8a39 100755
--- a/y2020/vision/rootfs/modify_rootfs.sh
+++ b/y2020/vision/rootfs/modify_rootfs.sh
@@ -75,6 +75,7 @@
 
 sudo cp target_configure.sh "${PARTITION}/tmp/"
 sudo cp dhcpcd.conf "${PARTITION}/tmp/dhcpcd.conf"
+sudo cp sctp.conf "${PARTITION}/etc/sysctl.d/sctp.conf"
 sudo cp change_hostname.sh "${PARTITION}/tmp/change_hostname.sh"
 sudo cp frc971.service "${PARTITION}/etc/systemd/system/frc971.service"