Socket error, have you already seen that?

Results 1 to 2 of 2
  1. #1
    Member ajmeireles is offline
    MemberRank
    Feb 2016 Join Date
    52Posts

    Socket error, have you already seen that?

    Hi,Guys.

    I'm use the MuEmu ServerFiles during long time, but now I have some problems that disconnect my players and print this message at CONNECT_LOG folder:

    [SocketManager] Max msg size (Type: 2, Index: 9003, Size: 16417)
    ____

    if((lpIoContext->IoSideBuffer.size+size) > MAX_SIDE_PACKET_SIZE)
    {
    gLog.Output(LOG_CONNECT,"[SocketManager] Max msg size (Type: 2, Index: %d, Size: %d)",index,(lpIoContext->IoSideBuffer.size+size));
    this->Disconnect(index);
    this->m_critical.unlock();
    return 0;
    }
    Where MAX_SIDE_PACKET_SIZE is 16384
    Someone already seen that?
    Some know how I can fix this?
    Last edited by ajmeireles; 14-01-18 at 01:25 AM.


  2. #2
    Member ajmeireles is offline
    MemberRank
    Feb 2016 Join Date
    52Posts

    Re: Socket error, have you already seen that?

    Someone?



Advertisement