implemented batch_ending() and solicit_recommendation() functions

This commit is contained in:
Andreas Steffen
2010-11-09 20:43:51 +01:00
parent 08235c7ded
commit d599902a3a
5 changed files with 79 additions and 1 deletions
@@ -100,11 +100,13 @@ METHOD(tls_t, process, status_t,
{
charon->imvs->receive_message(charon->imvs, this->connection_id,
pos, len, 0x0080ab31);
charon->imvs->batch_ending(charon->imvs, this->connection_id);
}
else
{
charon->imcs->receive_message(charon->imcs, this->connection_id,
pos, len, 0x0080ab31);
charon->imcs->batch_ending(charon->imcs, this->connection_id);
}
return NEED_MORE;
}