Seastar
High performance C++ framework for concurrent servers
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | List of all members
seastar::net::ipv4_tcp Class Referencefinal
Inheritance diagram for seastar::net::ipv4_tcp:
seastar::net::ip_protocol

Public Member Functions

 ipv4_tcp (ipv4 &inet)
 
virtual void received (packet p, ipv4_address from, ipv4_address to) override
 
virtual bool forward (forward_hash &out_hash_data, packet &p, size_t off) override
 

Member Function Documentation

◆ forward()

virtual bool seastar::net::ipv4_tcp::forward ( forward_hash out_hash_data,
packet p,
size_t  off 
)
overridevirtual

Reimplemented from seastar::net::ip_protocol.

◆ received()

virtual void seastar::net::ipv4_tcp::received ( packet  p,
ipv4_address  from,
ipv4_address  to 
)
overridevirtual

The documentation for this class was generated from the following file: