7#ifndef YARP_OS_IMPL_TCPCARRIER_H
8#define YARP_OS_IMPL_TCPCARRIER_H
23 Carrier* create()
const override;
25 std::string getName()
const override;
27 virtual int getSpecifierCode()
const;
32 bool requireAck()
const override;
33 bool isConnectionless()
const override;
A starter class for implementing simple carriers.
A simple abstraction for a block of bytes.
A base class for connection types (tcp, mcast, shmem, ...) which are called carriers in YARP.
The basic state of a connection - route, streams in use, etc.
Communicating between two ports via TCP.
The components from which ports and connections are built.