mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Beggining of a actually working steam networking sockets implementation.
This commit is contained in:
parent
e252f83e8a
commit
66932785c3
2 changed files with 327 additions and 20 deletions
|
|
@ -112,8 +112,7 @@ message Network_Old {
|
|||
|
||||
message Networking_Sockets {
|
||||
enum Types {
|
||||
CONNECTION_REQUEST_IP = 0;
|
||||
CONNECTION_REQUEST_STEAMID = 1;
|
||||
CONNECTION_REQUEST = 0;
|
||||
CONNECTION_ACCEPTED = 2;
|
||||
CONNECTION_END = 3;
|
||||
DATA = 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue