Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored displaying of handshake HS flags. Added more logs #367

Merged

Conversation

ethouris
Copy link
Collaborator

No description provided.

@@ -1390,6 +1391,7 @@ int CRcvQueue::recvfrom(int32_t id, ref_t<CPacket> r_packet)
i = m_mBuffer.find(id);
if (i == m_mBuffer.end())
{
//HLOGC(dlog.Debug, log << "RcvQ:recvfrom: nothing to be received for id=" << id << " -- setting size=-1");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove dead code, please.

@@ -1400,6 +1402,8 @@ int CRcvQueue::recvfrom(int32_t id, ref_t<CPacket> r_packet)

if (packet.getLength() < newpkt->getLength())
{
//HLOGC(dlog.Debug, log << "RcvQ:recvfrom: IPE: spare packet for id=" << id << " size="
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove dead code, please.

@rndi rndi merged commit 2f894b4 into Haivision:master Jun 22, 2018
@ethouris ethouris deleted the dev-fix-rendezvous-processing-cosmetix branch January 23, 2019 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants