dk.i1.sctp
Class sctp_paddrparams

java.lang.Object
  extended by dk.i1.sctp.sctp_paddrparams

public class sctp_paddrparams
extends java.lang.Object


Field Summary
 java.net.InetSocketAddress spp_address
           
 AssociationId spp_assoc_id
           
 int spp_flags
           
static int SPP_HB_DEMAND
           
static int SPP_HB_DISABLE
           
static int SPP_HB_ENABLE
           
static int SPP_HB_TIME_IS_ZERO
           
 int spp_hbinterval
           
 byte spp_ipv4_tos
           
static int SPP_IPV4_TOS
           
 int spp_ipv6_flowlabel
           
static int SPP_IPV6_FLOWLABEL
           
 short spp_pathmaxrxt
           
 int spp_pathmtu
           
static int SPP_PMTUD_DISABLE
           
static int SPP_PMTUD_ENABLE
           
 int spp_sackdelay
           
static int SPP_SACKDELAY_DISABLE
           
static int SPP_SACKDELAY_ENABLE
           
 
Constructor Summary
sctp_paddrparams()
           
 
Method Summary
 java.lang.String toString()
          Returns a string representation of this structure.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

spp_assoc_id

public AssociationId spp_assoc_id

spp_address

public java.net.InetSocketAddress spp_address

spp_hbinterval

public int spp_hbinterval

spp_pathmaxrxt

public short spp_pathmaxrxt

spp_pathmtu

public int spp_pathmtu

spp_sackdelay

public int spp_sackdelay

spp_flags

public int spp_flags

spp_ipv6_flowlabel

public int spp_ipv6_flowlabel

spp_ipv4_tos

public byte spp_ipv4_tos

SPP_HB_ENABLE

public static final int SPP_HB_ENABLE
See Also:
Constant Field Values

SPP_HB_DISABLE

public static final int SPP_HB_DISABLE
See Also:
Constant Field Values

SPP_HB_DEMAND

public static final int SPP_HB_DEMAND
See Also:
Constant Field Values

SPP_HB_TIME_IS_ZERO

public static final int SPP_HB_TIME_IS_ZERO
See Also:
Constant Field Values

SPP_PMTUD_ENABLE

public static final int SPP_PMTUD_ENABLE
See Also:
Constant Field Values

SPP_PMTUD_DISABLE

public static final int SPP_PMTUD_DISABLE
See Also:
Constant Field Values

SPP_SACKDELAY_ENABLE

public static final int SPP_SACKDELAY_ENABLE
See Also:
Constant Field Values

SPP_SACKDELAY_DISABLE

public static final int SPP_SACKDELAY_DISABLE
See Also:
Constant Field Values

SPP_IPV6_FLOWLABEL

public static final int SPP_IPV6_FLOWLABEL
See Also:
Constant Field Values

SPP_IPV4_TOS

public static final int SPP_IPV4_TOS
See Also:
Constant Field Values
Constructor Detail

sctp_paddrparams

public sctp_paddrparams()
Method Detail

toString

public java.lang.String toString()
Returns a string representation of this structure.

Overrides:
toString in class java.lang.Object
Since:
0.9.7