Opened 12 years ago
Last modified 8 years ago
#181 assigned refactoring
socket minder -- socked data needs timeout
Reported by: | Fred T. Hamster | Owned by: | bugdock |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | feistymeow-octopus | Version: | |
Keywords: | Cc: |
Description
socket_data:
- add timeout for sends and receives on socket:
- the send buffer waiting to go out on a socket must have a timeout so that we don't just get stalled on a bad socket. that socket must be recreated or something if that happens. perhaps it should be treated as a disconnect!
- also the incoming recv buffer must have a timeout so that we don't just wait for a packet to be completed forever.
- we can use that as the basis for deciding the data is stale and should be whacked.
Note:
See TracTickets
for help on using tickets.