mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-16 20:39:15 +01:00
Bump network protocol version, adjust 110 speed
This commit is contained in:
parent
b539510a64
commit
86e66fb0a6
@ -382,7 +382,7 @@ void C64::other_options(Prefs *np)
|
||||
|
||||
#define SPEED_95 30
|
||||
#define SPEED_100 20
|
||||
#define SPEED_110 16
|
||||
#define SPEED_110 18
|
||||
|
||||
switch (np->MsPerFrame)
|
||||
{
|
||||
|
@ -11,7 +11,7 @@
|
||||
#include "SID.h"
|
||||
#include "Display.h"
|
||||
|
||||
#define FRODO_NETWORK_PROTOCOL_VERSION 2
|
||||
#define FRODO_NETWORK_PROTOCOL_VERSION 3
|
||||
|
||||
#define FRODO_NETWORK_MAGIC 0x1976
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
import socket, struct, syslog, time, thread, ip2country, sys
|
||||
import SocketServer, stats
|
||||
|
||||
FRODO_NETWORK_PROTOCOL_VERSION = 2
|
||||
FRODO_NETWORK_PROTOCOL_VERSION = 3
|
||||
FRODO_NETWORK_MAGIC = 0x1976
|
||||
|
||||
CONNECT_TO_BROKER = 99 # Hello, broker
|
||||
|
Loading…
x
Reference in New Issue
Block a user