added Socket::sendx() that accept a buffer vector and a destination address

This commit is contained in:
2018-10-22 09:42:54 +00:00
parent 83f800799d
commit 1e08cd4f65
5 changed files with 99 additions and 13 deletions

View File

@ -444,7 +444,7 @@ public:
return this->getValueAt(0);
}
const T& getLast() const
const T& getLast () const
{
return this->getValueAt(this->getSize() - 1);
}