1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

PacketSender now throws on error. Fixed the documentation on several header files.

This commit is contained in:
Matias Fontanini
2012-10-19 12:01:34 -03:00
parent 15b58b4f37
commit abaa2bf926
20 changed files with 251 additions and 176 deletions

View File

@@ -66,8 +66,8 @@ uint32_t PDU::size() const {
return sz;
}
bool PDU::send(PacketSender &) {
return false;
void PDU::send(PacketSender &) {
}
PDU *PDU::recv_response(PacketSender &) {