3 Commits

Author SHA1 Message Date
Antonin Bas
e535f0429c Fix MRI exercise solutions for recent bmv2 versions
Starting with version 1.11, bmv2 conforms with the P4_16 spec and
push_front no longer marks new headers as valid. With this commit, we
add calls to setValid after calls to push_front. For people using older
bmv2 versions, this means that the new header will be marked valid twice
in a row, which should not be an issue.
2018-04-15 08:37:21 -07:00
Han Wang
28a8414c58 update P4D2 and SIGCOMM2017 examples for new checksum API (#56) 2017-10-07 11:25:24 -07:00
Nate Foster
ef64a2cfd8 Sigcomm 17 (#52)
This problem contains the tutorial exercises and solutions presented at SIGCOMM '17.
2017-10-03 16:30:47 -04:00