Add independent options to toggle the different decapsulation methods

This commit is contained in:
Jon Siwek 2012-06-05 10:17:41 -05:00
parent 8540c4d0cd
commit 976e8db155
5 changed files with 24 additions and 5 deletions

View file

@ -12,5 +12,8 @@ const NFS3::return_data_max: count;
const NFS3::return_data_first_only: bool;
const Tunnel::max_depth: count;
const Tunnel::enable_ip: bool;
const Tunnel::enable_ayiya: bool;
const Tunnel::enable_teredo: bool;
const Threading::heartbeat_interval: interval;