Opened 11 years ago

Closed 11 years ago

#1672 closed defect (wontfix)

Fail to replace UDP socket during iOS wakeup causing app to be killed when IPv6 is used simultaneously

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

Description

When IPv6 and IPv6 UDP sockets are bound to the same port, subsequent replacement of the UDP sockets during wakeup may fail with "Address is still in use, retrying.." error.

It is suspected that the socket fails to bind because another socket with different address family is currently being bound to that port.

Change History (1)

comment:1 Changed 11 years ago by bennylp

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

We don't know the exact reason for now; we can only recommend to bind the sockets to different port.

Note: See TracTickets for help on using tickets.