v1.0.3 - From remote

This commit is contained in:
laan tungir
2025-11-07 14:07:46 -05:00
parent 5f08956605
commit 3792649ed9
4 changed files with 4 additions and 5 deletions

1
nips

Submodule nips deleted from 8c45ff5d96

View File

@@ -12,8 +12,8 @@
// Version information (auto-updated by build system) // Version information (auto-updated by build system)
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 0 #define VERSION_MINOR 0
#define VERSION_PATCH 2 #define VERSION_PATCH 3
#define VERSION "v1.0.2" #define VERSION "v1.0.3"
// Relay metadata (authoritative source for NIP-11 information) // Relay metadata (authoritative source for NIP-11 information)
#define RELAY_NAME "C-Relay" #define RELAY_NAME "C-Relay"

View File

@@ -1260,7 +1260,7 @@ static struct lws_protocols protocols[] = {
"nostr-relay-protocol", "nostr-relay-protocol",
nostr_relay_callback, nostr_relay_callback,
sizeof(struct per_session_data), sizeof(struct per_session_data),
4096, // rx buffer size 65536, // rx buffer size
0, NULL, 0 0, NULL, 0
}, },
{ NULL, NULL, 0, 0, 0, NULL, 0 } // terminator { NULL, NULL, 0, 0, 0, NULL, 0 } // terminator