Back to Index
14. Modifications in tcp/tcp-sink.h
class TcpSink : public Agent {
......
// Manual Routing // raniwala: tracking number of bytes received int nbytes_; // used only by sack sinks int flow_id; // used only by sack sinks
};