named-data-iot / ndn-riot

NDN stack module for RIOT-OS
8 stars 8 forks source link

Rollback mtu to uint16_t #13

Closed astralien3000 closed 6 years ago

astralien3000 commented 6 years ago

This should fix modifications introduced in #12

astralien3000 commented 6 years ago

Well, actually, changing mtu from uint16_t to int was the simplest modification, but not the best idea... Let me try to change back mtu to uint16_t before merging this PR

astralien3000 commented 6 years ago

Ok, better to fix my bad idea like this. Sorry for the previous bad code. From my side you can merge.