Interface SSU2Sender

  • All Known Implementing Classes:
    PeerState2, PeerStateDestroyed

    interface SSU2Sender
    Basic interface over top of PeerState2 and PeerStateDestroyed, so we can pass them both to PacketBuilder2 to send packets.
    Since:
    0.9.57
    • Method Detail

      • isIPv6

        boolean isIPv6()
      • getRemotePort

        int getRemotePort()
      • getMTU

        int getMTU()
      • getSendConnID

        long getSendConnID()
      • getSendHeaderEncryptKey1

        byte[] getSendHeaderEncryptKey1()
      • getSendHeaderEncryptKey2

        byte[] getSendHeaderEncryptKey2()
      • setDestroyReason

        void setDestroyReason​(int reason)
      • getFlags

        byte getFlags()