MT Manager v2.15.3版本的 MD5 值为:27f0d62ac7123fbbaefff319fdab9f13

以下内容为反编译后的 C6809.java 源代码,内容仅作参考


package l;

public final class C6809 {

    public static final int f20435;

    public static final int f20438;

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

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

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

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