Opened 8 years ago
Closed 8 years ago
#1995 closed enhancement (fixed)
Add API pjsip_transport_shutdown2() to immediately disconnect a transport
Reported by: | ming | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.7 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
The currently existing API pjsip_transport_shutdown() will perform a graceful shutdown, which typically will wait until a timeout occurs before disconnecting and destroying the transport. However sometimes it is desirable to disconnect a transport immediately, such as in the event of an IP address change.
Change History (1)
comment:1 Changed 8 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 5556: