导航菜单

页面标题

页面副标题

MT Manager v2.13.3 - C1412.java 源代码

正在查看: MT Manager v2.13.3 应用的 C1412.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package l;

public final class C1412 {

    public static final int f3976;

    public static final int f3979;

    public static final String f3978 = System.getProperty("net.mdns.ipv4", "224.0.0.251");

    public static final String f3975 = System.getProperty("net.mdns.ipv6", "FF02::FB");

    public static final int f3977 = Integer.getInteger("net.mdns.port", 5353).intValue();

    static {
        int intValue = Integer.getInteger("net.dns.ttl", 3600).intValue();
        f3979 = intValue;
        f3976 = intValue * 500;
    }
}