mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
No more connection after deconnection with interface on ppp0 #394
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#394
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @artisTr on GitHub (Mar 2, 2013).
HI, sorry for my bad english.
qBittorrent v3.0.8 (Ubuntu 12.04 LTS)
i launch qB with my connection on ppp0 --> I start dl.
My vpn fall out --> qB stop to DL.
My vpn go on --> qB dont start do DL.
i need to quit and launch qB for start DL on my VPN (ppp0)
if i set option/advanced/interface on Any interface i dont have this.
It is annoying for me.
Thank your app is great.
@coolio2013 commented on GitHub (Sep 17, 2013):
Confirmed for v3.0.11 on WinXP.
If a certain connection eg. TAP such as 'LAN #4' is selected and qbt was restarted, that connection is used. Fine!
If that connection is interrupted for a longer time, all DLs are stopped and will never come back until restart of qbt. The IP of that connection is fixed and stays the same.
Selecting a certain connection is important for using VPNs and is in general a GREAT feature (and THE reason why I switched to qbt).
@artisTr commented on GitHub (Apr 17, 2014):
Hi, same error with v3.1.9 and tun0 (on ubuntu)
@ppolewicz commented on GitHub (May 17, 2015):
I have a fix for this - subscribe to changes in networking (via qt) and call listen_on() when something happens. The current design of the fix introduces a low probability regression. I'll try to fix it and then release.