bamboo.lss
Class UdpCC.TimeoutInfo
java.lang.Object
bamboo.lss.UdpCC.TimeoutInfo
- Enclosing class:
- UdpCC
public static class UdpCC.TimeoutInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
msg
public Object msg
conn
public UdpCC.Connection conn
start_ms
public long start_ms
send_ms
public long send_ms
msg_id
public long msg_id
attempt
public int attempt
timeout_ms
public long timeout_ms
cut_ssthresh
public boolean cut_ssthresh
send_cb
public UdpCC.SendCB send_cb
send_cb_data
public Object send_cb_data
UdpCC.TimeoutInfo
public UdpCC.TimeoutInfo(UdpCC.TimeoutInfo other)
UdpCC.TimeoutInfo
public UdpCC.TimeoutInfo(UdpCC.Connection c,
Object m,
long n,
long to,
UdpCC.SendCB scb,
Object scbd)