Skip to content

Commit

Permalink
Update 0.1.1 (steamworks 1.60)
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptsengineer committed Aug 9, 2024
1 parent e8de5d4 commit 5c974fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# <img src="https://raw.githubusercontent.com/expressobits/steam-multiplayer-peer/main/icon.png" alt= “icon” width="32" height="32"> Welcome to Expresso Steam Multiplayer Peer 👋
![Version](https://img.shields.io/badge/version-0.0.6-blue.svg?cacheSeconds=2592000)
![Version](https://img.shields.io/badge/version-0.1.1-blue.svg?cacheSeconds=2592000)
[![Documentation](https://img.shields.io/badge/documentation-no-red.svg)](todo-doc)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](MIT)

Expand Down
1 change: 1 addition & 0 deletions steam-multiplayer-peer/steam_peer_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ void SteamPeerConfig::_bind_methods() {
BIND_ENUM_CONSTANT(NETWORKING_CONFIG_SEND_RATE_MAX);
BIND_ENUM_CONSTANT(NETWORKING_CONFIG_NAGLE_TIME);
BIND_ENUM_CONSTANT(NETWORKING_CONFIG_IP_ALLOW_WITHOUT_AUTH);
BIND_ENUM_CONSTANT(NETWORKING_CONFIG_IP_LOCAL_HOST_ALLOW_WITHOUT_AUTH);
BIND_ENUM_CONSTANT(NETWORKING_CONFIG_MTU_PACKET_SIZE);
BIND_ENUM_CONSTANT(NETWORKING_CONFIG_MTU_DATA_SIZE);
BIND_ENUM_CONSTANT(NETWORKING_CONFIG_UNENCRYPTED);
Expand Down
1 change: 1 addition & 0 deletions steam-multiplayer-peer/steam_peer_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class SteamPeerConfig : public RefCounted {
NETWORKING_CONFIG_SEND_RATE_MAX = k_ESteamNetworkingConfig_SendRateMax,
NETWORKING_CONFIG_NAGLE_TIME = k_ESteamNetworkingConfig_NagleTime,
NETWORKING_CONFIG_IP_ALLOW_WITHOUT_AUTH = k_ESteamNetworkingConfig_IP_AllowWithoutAuth,
NETWORKING_CONFIG_IP_LOCAL_HOST_ALLOW_WITHOUT_AUTH = k_ESteamNetworkingConfig_IPLocalHost_AllowWithoutAuth,
NETWORKING_CONFIG_MTU_PACKET_SIZE = k_ESteamNetworkingConfig_MTU_PacketSize,
NETWORKING_CONFIG_MTU_DATA_SIZE = k_ESteamNetworkingConfig_MTU_DataSize,
NETWORKING_CONFIG_UNENCRYPTED = k_ESteamNetworkingConfig_Unencrypted,
Expand Down

0 comments on commit 5c974fc

Please sign in to comment.