Bring aboard the Network Interface template class.
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sat, 20 Aug 2011 04:16:50 +0000 (01:16 -0300)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sat, 20 Aug 2011 04:16:50 +0000 (01:16 -0300)
commitbca40e6dbf405d11cdce3c62be93ffbfcbc25417
treee8a72008172a5c5be15ade7023b253f138d468f3
parent1a6f56e0e6ee44d3718f7116383cb83d6b4993ed
Bring aboard the Network Interface template class.
- It is a template because it uses the generic socket type, to avoid inheritances.
- This template class hides much of the low level socket handling.
src/host/networkinterface.hpp [new file with mode: 0644]