updated some inline docs
This commit is contained in:
@@ -100,6 +100,8 @@ transaction_t *transaction_create(ike_sa_t *ike_sa, message_t *request)
|
||||
/* we do not handle rekeying of CHILD_SAs in a special
|
||||
* transaction, as the procedure is nearly equal
|
||||
* to create a new CHILD_SA. */
|
||||
transaction = (transaction_t*)create_child_sa_create(ike_sa, message_id);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -47,7 +47,7 @@ typedef struct transaction_t transaction_t;
|
||||
*
|
||||
* The responder must not destroy the transaction, until the
|
||||
* initiator initiates another transaction (or a number of transactions
|
||||
* > window size). This allows us to redo a transaction in case of a
|
||||
* > window size). This allows us to redo a transaction in case of a
|
||||
* message loss. The initiator can destroy the the transaction once
|
||||
* the conclude() function is called.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user