mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
Some work on compression, the way the client does it is... bizarre and not how i orig thought it would be.
This commit is contained in:
+1
-7
@@ -116,9 +116,6 @@ void CatchSignal(int sig_num);
|
||||
int main(int argc, char** argv) {
|
||||
RegisterExecutablePlatform(ExePlatformWorld);
|
||||
Log.LoadLogSettingsDefaults();
|
||||
|
||||
|
||||
|
||||
set_exception_handler();
|
||||
|
||||
/* Database Version Check */
|
||||
@@ -398,10 +395,7 @@ int main(int argc, char** argv) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
EQ::Net::EQStreamManagerOptions opts(false, true);
|
||||
opts.daybreak_options.port = 9000;
|
||||
opts.opcode_size = 2;
|
||||
|
||||
EQ::Net::EQStreamManagerOptions opts(9000, false, true);
|
||||
EQ::Net::EQStreamManager eqsm(opts);
|
||||
|
||||
//register all the patches we have avaliable with the stream identifier.
|
||||
|
||||
Reference in New Issue
Block a user