bamboo.lss
Interface UdpCC.SendCB

All Known Implementing Classes:
Network.MySendCB, TputTest
Enclosing class:
UdpCC

public static interface UdpCC.SendCB


Method Summary
 void cb(Object user_data, boolean success)
          The callback indicating the UdpCC layer is done with a particular message.
 

Method Detail

cb

void cb(Object user_data,
        boolean success)
The callback indicating the UdpCC layer is done with a particular message.

Parameters:
user_data - the data supplied to send
success - whether the message was acknowledged by the recipient