Closed sternenseemann closed 9 years ago
Should we introduce a check and a return type of Maybe ByteString in dumpPacket or do we just asume that we generate correct packets everywhere?
Maybe ByteString
dumpPacket
Added the function makePacket which is always setting the correct packet size.
makePacket
This wouldn’t happen with idris ;)... However, we could choose to only expose makePacket.
Should we introduce a check and a return type of
Maybe ByteString
indumpPacket
or do we just asume that we generate correct packets everywhere?