bamboo.lss
Class UdpCC.TimeoutInfo

java.lang.Object
  extended by bamboo.lss.UdpCC.TimeoutInfo
Enclosing class:
UdpCC

public static class UdpCC.TimeoutInfo
extends Object


Field Summary
 int attempt
           
 UdpCC.Connection conn
           
 boolean cut_ssthresh
           
 Object msg
           
 long msg_id
           
 UdpCC.SendCB send_cb
           
 Object send_cb_data
           
 long send_ms
           
 long start_ms
           
 long timeout_ms
           
 
Constructor Summary
UdpCC.TimeoutInfo(UdpCC.Connection c, Object m, long n, long to, UdpCC.SendCB scb, Object scbd)
           
UdpCC.TimeoutInfo(UdpCC.TimeoutInfo other)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)