|
|
| 176 |
*/ |
176 |
*/ |
| 177 |
virtual int Send (Ptr<Packet> p) = 0; |
177 |
virtual int Send (Ptr<Packet> p) = 0; |
| 178 |
|
178 |
|
|
|
179 |
int Send (const uint8_t* buf, uint32_t size); |
| 180 |
|
| 179 |
/** |
181 |
/** |
| 180 |
* \brief Send data to a specified peer. |
182 |
* \brief Send data to a specified peer. |
| 181 |
* \param address IP Address of remote host |
183 |
* \param address IP Address of remote host |