NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::StreamFaceValidator< TcpLocalFace::protocol, LocalFace > Struct Template Reference

Class validating use of TcpLocalFace. More...

#include <tcp-face.hpp>

Static Public Member Functions

static void validateSocket (const TcpLocalFace::protocol::socket &socket)
 Check that local endpoint is loopback. More...
 

Detailed Description

template<>
struct nfd::StreamFaceValidator< TcpLocalFace::protocol, LocalFace >

Class validating use of TcpLocalFace.

Definition at line 60 of file tcp-face.hpp.

Member Function Documentation

static void nfd::StreamFaceValidator< TcpLocalFace::protocol, LocalFace >::validateSocket ( const TcpLocalFace::protocol::socket &  socket)
inlinestatic

Check that local endpoint is loopback.

Exceptions
Face::Errorif validation failed

Definition at line 67 of file tcp-face.hpp.


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