net/tcp/tcp_send.c: Commit a52ceac13e broke IPv4 sending. In cp_send.c:tcp_ipv4_sendcomplete(), ‘ipv4->vhl’ now needs to be configured before call to tcp_ipv4_chksum(). Noted by Jussi Kivilinna in comit comments.

This commit is contained in:
Gregory Nutt
2019-09-06 09:48:42 -06:00
parent 614c3b17ea
commit 7871e983b8
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -126,5 +126,5 @@ config FS_PROCFS_EXCLUDE_SMARTFS
depends on FS_SMARTFS
default n
endmenu #
endmenu # Exclude individual procfs entries
endif # FS_PROCFS