Bug #100110
ccnd blocks when attempting a connect
| Status: | Resolved | Start: | 02/01/2010 | |
|---|---|---|---|---|
| Priority: | Med (P3) | Due date: | ||
| Assigned to: | Michael Plass | % Done: | 100% |
|
| Category: | ccnd | |||
| Target version: | - |
Description
When ccnd is asked to connect via tcp, it can block on the connect and become non-responsive to requests until the connect times out.
To demonstrate, just try to create a tcp face to a non-existent ip address, i.e.:
ccndc add / tcp 127.0.0.100 echo "GET / " | ccndsmoketest -b -T localhost -t 99999 send - recv
Associated revisions
Revision f3bfb2063266d3fbb501894e0e9f614ddc0eb4af
Don't block when ccnd is making a TCP connection to other ccnd instances.
refs #100110
History
Updated by Michael Plass 20 days ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100