Bug 140418 - Automatically abort stalled / timed out DCC receive transfers
Summary: Automatically abort stalled / timed out DCC receive transfers
Status: RESOLVED INTENTIONAL
Alias: None
Product: konversation
Classification: Applications
Component: dcc (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-22 02:50 UTC by Mook
Modified: 2012-04-21 14:07 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mook 2007-01-22 02:50:09 UTC
Version:           1.0.1 (openSUSE-10.2/1.0.1-23) (using KDE KDE 3.5.5)
Installed from:    SuSE RPMs
OS:                Linux

When a DCC receive stalls, it just gets to 0 kB/s but doesn't abort for me.  This means that (having auto-resume set) the other party cannot just attempt a re-send to continue without having me manually click Abort first.

I would like to have some option of having a timeout such that, should no data arrive for that interval, the DCC receive is aborted automatically.  This way a retry can be initiated from the other end without me being around to look at the UI.

(Currently, Konversation appears to just queue the transfer...)
Comment 1 Bernd Buschinski 2012-04-21 14:07:27 UTC
This bug is really special, for normal situation, like loosing the connection, or not getting a connection at all, the dcc receive/send does get a timeout -> it gets aborted. But in some very special network cases, which are basically broken networks, we still a tcp-alive package, but never get any data.

As this only happens in some broken networks, I will not add an extra traffic watcher, as normally tcp would tell us if the connection is dead.