5,391
edits
m (→Structure:  typesetting)  | 
				|||
| Line 23: | Line 23: | ||
===Structure===  | ===Structure===  | ||
  typedef struct {  |   typedef struct {  | ||
   char id;  | |||
   int  packet_index;  | |||
   char data[1080];	  | |||
  } flatline_packet;  |   } flatline_packet;  | ||
*id is an identifier the specific type of packet being sent (message, character sync, initial connection, etc...)  | *id is an identifier the specific type of packet being sent (message, character sync, initial connection, etc...)  | ||