Beggining of a actually working steam networking sockets implementation.

This commit is contained in:
Mr_Goldberg 2019-07-15 20:00:52 -04:00
parent e252f83e8a
commit 66932785c3
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
2 changed files with 327 additions and 20 deletions

View file

@ -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;