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:

  1. add timeout for sends and receives on socket:
    1. 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!
    2. also the incoming recv buffer must have a timeout so that we don't just wait for a packet to be completed forever.
    3. we can use that as the basis for deciding the data is stale and should be whacked.

Change History (1)

comment:1 by Fred T. Hamster, 8 years ago

Owner: changed from Fred T. Hamster to bugdock
Status: newassigned
Note: See TracTickets for help on using tickets.