Opened 16 years ago
Closed 15 years ago
#831 closed enhancement (fixed)
Automatically switch to TCP transport when sending large request
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.3 |
Component: | pjsip | Version: | trunk |
Keywords: | sipit24 | Cc: | |
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
The spec says that endpoint should use TCP transport when the request is larger than 1300 bytes. This means to use DNS SRV resolution for the TCP address of the destination URI. Also when the TCP connection fails, the endpoint should revert back to using UDP.
Attachments (1)
Change History (10)
comment:1 Changed 16 years ago by bennylp
- Description modified (diff)
Changed 16 years ago by nanang
comment:2 Changed 16 years ago by nanang
- Milestone changed from release-1.3 to Sipit24
- Version changed from trunk to Sipit24
comment:3 Changed 16 years ago by bennylp
In r2710:
- fixed Via address unchanged when switching transport
- reset transaction retransmit count and timeout timer when retrying
- handle case when TCP transport is not available
- added macro PJSIP_UDP_SIZE_THRESHOLD
- added API to encode transmit data (to avoid using buffer in the stack when checking message size)
comment:4 Changed 16 years ago by bennylp
In r2711:
- bug in previous commit, message size is always detected as PJSIP_MAX_PKT_SIZE
comment:5 Changed 16 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:6 Changed 15 years ago by bennylp
- Milestone changed from Sipit24 to release-1.3
- Version changed from Sipit24 to trunk
Back-ported to trunk for milestone:release-1.3 by r2724
comment:7 Changed 15 years ago by bennylp
- Keywords sipit24 added
comment:8 Changed 15 years ago by nanang
- Resolution fixed deleted
- Status changed from closed to reopened
comment:9 Changed 15 years ago by nanang
- Resolution set to fixed
- Status changed from reopened to closed
In r2756:
- Added compile-time option to disable this feature.
Note: See
TracTickets for help on using
tickets.
In r2703: