Ticket #39503

TTProxyの設定即時反映

Eröffnet am: 2019-08-25 10:59 Letztes Update: 2019-12-10 19:00

Auswertung:
(del#24082)
Verantwortlicher:
(Keine)
Status:
Offen
Komponente:
Meilenstein:
(Keine)
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Keine
Datei:
Keine
Vote
Score: 0
No votes
0.0% (0/0)
0.0% (0/0)

Details

TTProxyの設定ダイアログから設定の変更を行っても、即座に設定が反映されない。
一度、teraterm.iniへ保存したあと、Tera Termを再起動させる必要がある。

原因

設定ダイアログでは ProxyInfo defaultProxy を更新するが、実際の通信に使われるのは ConnectionInfoList connectioninfolist の情報である。connectioninfolist は接続先ごとに 設定情報を記憶する。

        dlg.proxy = instance().defaultProxy;
        if (dlg.open(owner) == IDOK) {
            instance().defaultProxy = dlg.proxy;
            return true;
        }
            info = connectioninfolist.get(in->sin_addr);
            if (info == NULL && defaultProxy.type != ProxyInfo::TYPE_NONE) {
                info = new ConnectionInfo(defaultProxy, inet_ntoa(in->sin_addr));
                holder = info;
            }

Ticket-Verlauf (3/4 Historien)

2019-08-25 10:59 Aktualisiert von: (del#24082)
  • New Ticket "TTProxyの設定即時反映" created
2019-08-31 00:50 Aktualisiert von: (del#24082)
2019-10-16 21:15 Aktualisiert von: (del#24082)
2019-12-10 19:00 Aktualisiert von: (del#24082)
  • Verantwortlicher Update from yutakapon to (Keine)

Dateianhangliste

Keine Anhänge

Bearbeiten

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Anmelden