Sponge
CS144's user-space TCP library
Functions
socket.cc File Reference
#include "socket.hh"
#include "util.hh"
#include <cstddef>
#include <stdexcept>
#include <unistd.h>
Include dependency graph for socket.cc:

Go to the source code of this file.

Functions

void sendmsg_helper (const int fd_num, const sockaddr *destination_address, const socklen_t destination_address_len, const BufferViewList &payload)
 

Function Documentation

◆ sendmsg_helper()

void sendmsg_helper ( const int  fd_num,
const sockaddr *  destination_address,
const socklen_t  destination_address_len,
const BufferViewList payload 
)

Definition at line 115 of file socket.cc.