|
|
| 77 |
* \return the total bytes received in this sink app |
77 |
* \return the total bytes received in this sink app |
| 78 |
*/ |
78 |
*/ |
| 79 |
uint32_t GetTotalRx () const; |
79 |
uint32_t GetTotalRx () const; |
| 80 |
|
80 |
|
|
|
81 |
/** |
| 82 |
* \return pointer to listening socket |
| 83 |
*/ |
| 84 |
Ptr<Socket> GetListeningSocket (void) const; |
| 85 |
|
| 86 |
/** |
| 87 |
* \return list of pointers to accepted sockets |
| 88 |
*/ |
| 89 |
std::list<Ptr<Socket> > GetAcceptedSockets (void) const; |
| 90 |
|
| 81 |
protected: |
91 |
protected: |
| 82 |
virtual void DoDispose (void); |
92 |
virtual void DoDispose (void); |
| 83 |
private: |
93 |
private: |