#59 closed defect (wontfix)
Implement STUN client using ioqueue
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | ICE |
Component: | pjlib-util | Version: | 0.5.9 |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Currently the STUN client uses pj_sock_select(), which means that porting to new platform requires porting both pj_sock_select() and ioqueue.
If STUN client is implemented using ioqueue, then it would make porting simpler
Change History (3)
comment:1 Changed 18 years ago by bennylp
- Milestone changed from release-0.5.10 to release-0.5.11
comment:2 Changed 18 years ago by bennylp
- Resolution set to wontfix
- Status changed from new to closed
comment:3 Changed 18 years ago by bennylp
- Milestone changed from release-0.7.0-rc2 to ICE
Note: See
TracTickets for help on using
tickets.
It's fine as it is, since we have new STUN implementation based on ioqueue in PJNATH.