wiki通知情報

重要 : サーバールールが2024/7/7に変更、施行されました。
2024年5月より領域保護を行う際に利用するアイテムが『羽根』に変更されました。 詳しくは詳細ページをご確認ください。
wiki更新情報(2021/5/5) / wiki重要告知(2021/5/9)

文書の過去の版を表示しています。


Connection reset ホスト表示 [code] package net.minecraft.server;

      // CraftBukkit start
      catch (java.net.SocketTimeoutException exception) {
          iconsolelogmanager.info("Read timed out");
          return null;
      } catch (java.net.SocketException exception) {
          iconsolelogmanager.info("Connection reset");
          iconsolelogmanager.info("reset host:"+socket.getInetAddress().getHostAddress());
          return null;
      }
      // CraftBukkit end

[/code]

プリント/エキスポート
QRコード
QR Code user:ecolight:bukkit:connectionreset (generated for current page)