Package net.sf.l2j.gameserver.util

Examples of net.sf.l2j.gameserver.util.IPv4Filter$Flood


    sc.SLEEP_TIME = 20; //Config.MMO_SELECTOR_SLEEP_TIME;
    sc.HELPER_BUFFER_COUNT = 20; //Config.MMO_HELPER_BUFFER_COUNT;
    sc.TCP_NODELAY = false; //Config.MMO_TCP_NODELAY;
   
    L2GamePacketHandler gph = new L2GamePacketHandler();
    _selectorThread = new SelectorThread<L2GameClient>(sc, gph, gph, gph, new IPv4Filter());
    InetAddress bindAddress = null;
    if (!Config.GAMESERVER_HOSTNAME.equals("*"))
    {
      try
      {
 
View Full Code Here

TOP

Related Classes of net.sf.l2j.gameserver.util.IPv4Filter$Flood

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.