4#include <cosmos/net/IPSocket.hxx>
5#include <cosmos/net/TCPOptions.hxx>
6#include <cosmos/net/types.hxx>
20template <SocketFamily FAMILY>
33 auto tcpOptions()
const {
FileDescriptor fd() const
Allows access to the underlying fd with const semantics.
Thin Wrapper around OS file descriptors.
Base class for IPv4 or IPv6 based sockets.
void sendMessage(SendMessageHeader &header, const SocketAddress *addr=nullptr)
Sends a message over the socket using extended SendMessageHeader data.
AddressFilledIn receiveMessage(ReceiveMessageHeader &header, SocketAddress *addr=nullptr)
Receives a message from the socket using extended ReceiveMessageHeader data.
size_t receive(void *buf, size_t length, const MessageFlags flags=MessageFlags{})
Receive data from the socket, using specific receive flags.
size_t send(const void *buf, size_t length, const MessageFlags flags=MessageFlags{})
Send the given data over the socket, using specific send flags.
Template for an active IPv4 and IPv6 based TCP connection.
TCP level socket option setter/getter helper.