Summary: | ASTERISK-26180: PJSIP: provide valid tcp nodelay option for reuse | ||
Reporter: | Scott Griepentrog (sgriepentrog) | Labels: | |
Date Opened: | 2016-07-07 10:39:08 | Date Closed: | 2016-07-07 13:28:44 |
Priority: | Major | Regression? | |
Status: | Closed/Complete | Components: | |
Versions: | Frequency of Occurrence | Constant | |
Related Issues: | |||
Environment: | Attachments: | ||
Description: | When using TCP transports with chan_pjsip, the TCP_NODELAY option value was allocated on the stack, but passed as a pointer into the tcp transport configuration structure for re-use on subsequently created sockets where it was no longer valid. | ||
Comments: |