This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| topic:dsr_server_communication [2025/02/25 01:05] – admin | topic:dsr_server_communication [2025/04/05 05:28] (current) – [Receiving (first to last):] metalcrow | ||
|---|---|---|---|
| Line 32: | Line 32: | ||
| * SVFW:: | * SVFW:: | ||
| * This unwraps the outer FlatbufferWrapper layer, checks the length and packet number, and passes on the flatbuffer | * This unwraps the outer FlatbufferWrapper layer, checks the length and packet number, and passes on the flatbuffer | ||
| + | |||
| + | For responses to Requests | ||
| * FromNet:: | * FromNet:: | ||
| * Load_Flatbuffer_Into_GeneralRequestContext | * Load_Flatbuffer_Into_GeneralRequestContext | ||
| Line 38: | Line 40: | ||
| * FromNet:: | * FromNet:: | ||
| * Saves the FromNet:: | * Saves the FromNet:: | ||
| + | |||
| + | For Push Requests | ||
| + | * PushRequest_Recv | ||
| + | * ProcessPushRequestType_() | ||
| ==== Container ==== | ==== Container ==== | ||