summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
Commit message (Collapse)AuthorAgeFilesLines
* limit messages to 512 bytesJesse Luehrs2014-09-091-1/+1
| | | | | still need to avoid actually reading in bytes past 512 in an incoming message
* no need to separate commands and replies as typesJesse Luehrs2014-09-041-91/+74
| | | | it just clutters things
* more useful Show implementationsJesse Luehrs2014-09-031-2/+61
|
* it's simpler if these are just constantsJesse Luehrs2014-09-031-175/+168
| | | | it's not like we'll ever care about exhaustive matching here
* we don't care if the constants are unused for nowJesse Luehrs2014-09-031-0/+2
|
* start working on message parsingJesse Luehrs2014-09-031-0/+310