mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-27 10:47:56 +00:00
Working on compression, still needs work
This commit is contained in:
+1
-1
@@ -398,7 +398,7 @@ int main(int argc, char** argv) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
EQ::Net::EQStreamManagerOptions opts(true, false);
|
||||
EQ::Net::EQStreamManagerOptions opts(false, true);
|
||||
opts.daybreak_options.port = 9000;
|
||||
opts.opcode_size = 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user