|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.i1.sctp.sctp_initmsg
public class sctp_initmsg
Field Summary | |
---|---|
short |
sinit_max_attempts
This integer specifies how many attempts the SCTP endpoint should make at resending the INIT. |
short |
sinit_max_init_timeo
This value represents the largest Time-Out or RTO value (in milliseconds) to use in attempting an INIT. |
short |
sinit_max_instreams
This value represents the maximum number of inbound streams the application is prepared to support. |
short |
sinit_num_ostreams
This is an integer number representing the number of streams that the application wishes to be able to send to. |
Constructor Summary | |
---|---|
sctp_initmsg()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public short sinit_num_ostreams
public short sinit_max_instreams
public short sinit_max_attempts
public short sinit_max_init_timeo
Constructor Detail |
---|
public sctp_initmsg()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |