update typical patch session notes

This commit is contained in:
Martin Michelsen
2022-07-25 20:36:26 -07:00
parent 7983f71159
commit 7461d36cb8
+27 -22
View File
@@ -88,30 +88,35 @@ struct ClientConfigBB {
// Client: 02 // Client: 02
// Server: 04 // Server: 04
// Client: 04 // Client: 04
// Server: 13 (if desired) // If client's login information is wrong and server chooses to reject it:
// Server: 0B // Server: 15
// Server: 09 (with directory name ".") // Server disconnects
// For each directory to be checked: // Otherwise:
// Server: 09 // Server: 13 (if desired)
// Server: (commands to check subdirectories - more 09/0A/0C) // Server: 0B
// For each file in the directory: // Server: 09 (with directory name ".")
// Server: 0C // For each directory to be checked:
// Server: 0A
// Server: 0D
// For each 0C sent by the server earlier:
// Client: 0F
// Client: 10
// If there are any files to be updated:
// Server: 11
// For each directory containing files to be updated:
// Server: 09 // Server: 09
// Server: (commands to update subdirectories) // Server: (commands to check subdirectories - more 09/0A/0C)
// For each file to be updated in this directory: // For each file in the directory:
// Server: 06 // Server: 0C
// Server: 07 (possibly multiple 07s if the file is large)
// Server: 08
// Server: 0A // Server: 0A
// Server: 12 // Server: 0D
// For each 0C sent by the server earlier:
// Client: 0F
// Client: 10
// If there are any files to be updated:
// Server: 11
// For each directory containing files to be updated:
// Server: 09
// Server: (commands to update subdirectories)
// For each file to be updated in this directory:
// Server: 06
// Server: 07 (possibly multiple 07s if the file is large)
// Server: 08
// Server: 0A
// Server: 12
// Server disconnects
// 00: Invalid command // 00: Invalid command
// 01: Invalid command // 01: Invalid command