Results 1 to 4 of 4

Thread: Combine all fixes into 1 binary

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 451 Times in 305 Posts
    Quote Originally Posted by Ni3ls View Post
    And last fix is about bruteforce so rcon cant be used.
    From Aluigi
    "The Quake 3 engine uses an anti-brute forcing mechanism which tells the
    engine to process only one rcon command each half second, and it's not
    important if a valid admin sends a valid rcon command because if it's
    arrived after another invalid command send by another IP within the
    same half-second, it will be dropped.

    In short if an attacker sends more than 2 packets per second the RCON service
    will become unavailable for the valid remote admin.
    That's caused by an anti brute-forcing check which drops all the packets arrived
    within half second from the previous one.

    http://aluigi.altervista.org/patches/q3rconz.lpatch
    There is a better solution to prevent having your rcon blocked.
    https://github.com/kungfooman/libcod...49d062d7d36f6b

    Also i am not sure it is wise to use 128 slots and i would recommend to test the 64 menus to verify it doesn't bug something else.
    Edit: it hasn't been tested if slot #65 causes a segmentation fault.
    Edit 2: Try filling your server with 64 bots and then connect to it. (+ post a screenshot here if it works )

    Edit 3: this thread doesn't belong in libcod forum, but in /b/.
    Last edited by Mitch; 4th February 2015 at 12:47.

  2. The Following 2 Users Say Thank You to Mitch For This Useful Post:

    kung foo man (4th February 2015),Ni3ls (4th February 2015)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •