Ticket #39503

TTProxyの設定即時反映

Open Date: 2019-08-25 10:59 Last Update: 2019-12-10 19:00

Reporter:
(del#24082)
Owner:
(None)
Status:
Open
Component:
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None
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 History (3/4 Histories)

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

Attachment File List

No attachments

Edit

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