RestComm / jain-sip

Disclaimer: This repository is a git-svn mirror of the project found at http://java.net/projects/jsip whose original repository is developed collaboratively by the Advanced Networking Technologies Division at the National Institute of Standards and Technology (NIST) - an agency of the United States Department of Commerce and by a community of individual and enterprise contributors. TeleStax, Inc. will perform some productization work, new features experimentation branches, etc for its TelScale jSIP product that doesn't concern the community from the main repository hence this git repository.
http://www.restcomm.com/
141 stars 151 forks source link

SIPDialog is retaining memory after ACK pointing to lastACKSent #126

Closed jaimecasero closed 8 years ago

jaimecasero commented 8 years ago

The ACK is retained to support final response retransmissions, and several DialogFilter rules. Nevertheless, memory could improve much by saving the encoded version of the message, and reparsing only if neccesary.