fpgasystems / fpga-network-stack

Scalable Network Stack for FPGAs (TCP/IP, RoCEv2)
BSD 3-Clause "New" or "Revised" License
737 stars 263 forks source link

One potential small bug in icmp_server/icmp_server.cpp #2

Closed wangzeke closed 6 years ago

wangzeke commented 6 years ago

Line 372: " bool stream_empty[1]; " in the function insertChecksum should be " bool stream_empty[2];"

dsidler commented 6 years ago

thanks, fixed in 280f02106503c17c09b5f74b544fc33597a16550