|
Hybrid ICN (hICN) plugin
v21.06-rc0-4-g18fa668
|
Provides the function abstraction of all Listeners. More...


Go to the source code of this file.
Classes | |
| struct | listener_ops |
Typedefs | |
| typedef struct listener_ops | ListenerOps |
Enumerations | |
| enum | EncapType { ENCAP_TCP, ENCAP_UDP, ENCAP_ETHER, ENCAP_LOCAL, ENCAP_HICN, ENCAP_TCP, ENCAP_UDP, ENCAP_ETHER, ENCAP_LOCAL, ENCAP_HICN } |
Provides the function abstraction of all Listeners.
A listener accepts in coming packets. A Stream listener will accept the connection then pass it off to the StreamConnection class. A datagram listener will have to have its own way to multiplex packets.
1.8.17