Opened 16 years ago

Closed 16 years ago

#402 closed defect (fixed)

Endless error loop when TCP accept() continuously returns error

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-0.8.0
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

When TCP accept() continuously returns error for some reason, the SIP TCP listener will go into endless loop.

Thanks Ravin Suri for reporting this.

Change History (1)

comment:1 Changed 16 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r1519:

  • after accept() returns consecutive 20 errors, TCP listener will be stopped.
Note: See TracTickets for help on using tickets.