diff options
Diffstat (limited to 'Source/charon/config/sa_config.h')
-rw-r--r-- | Source/charon/config/sa_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/charon/config/sa_config.h b/Source/charon/config/sa_config.h index af9159076..a2cc3f897 100644 --- a/Source/charon/config/sa_config.h +++ b/Source/charon/config/sa_config.h @@ -42,6 +42,9 @@ typedef struct child_proposal_t child_proposal_t; * A proposal for a child sa contains data for * AH, ESP, or both. * + * @todo Currently the amount of tranforms with same type in a proposal is limited to 1. + * Support of more transforms with same type has to be added. + * * @ingroup config */ struct child_proposal_t { |