Copyright (C) 2013-2015 Regents of the University of California. More...
#include <forwarding-flags.h>
Public Attributes | |
| int | active |
| 1 if the flag is set, 0 if cleared. More... | |
| int | childInherit |
| int | advertise |
| int | last |
| int | capture |
| int | local |
| int | tap |
| int | captureOk |
Copyright (C) 2013-2015 Regents of the University of California.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version, with the additional exemption that compiling, linking, and/or using OpenSSL is allowed.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/. A copy of the GNU Lesser General Public License is in the file COPYING. An ndn_ForwardingFlags object holds the flags which specify how the forwarding daemon should forward an interest for a registered prefix. We use a separate ForwardingFlags object to retain future compatibility if the daemon forwarding bits are changed, amended or deprecated.
| int ndn_ForwardingFlags::active |
1 if the flag is set, 0 if cleared.
1.8.9.1