7 Commits (9287fe8aa50c8ff8bd42b0b5de9edf673f82f46b)
 

Author SHA1 Message Date
Jordan Orelli 9287fe8aa5 getting packets now 8 years ago
Jordan Orelli e590c52e8b there's an envelope missing
manta looks like it's parsing an envelope type manually instead of
defining a proto definition for it. next step is to try to synthesize
that definition based on the manta code. it appears to be as follows:

message Envelope {
    required EDemoCommands command = 1;
    required varint tick = 2;
    required varint size = 3;
    required bytes body = 4;
}

or something to that effect. Reading protobuf primitives off the wire
manually is looney-bins.
8 years ago
Jordan Orelli 8c53711fbe check header again 8 years ago
Jordan Orelli 6151a1a0cc check replay header 8 years ago
Jordan Orelli 55006b77d3 right, stdin 8 years ago
Jordan Orelli c058c03b6a open files plz 8 years ago
Jordan Orelli 8838ba808e hi 8 years ago