[mythtv-commits] Ticket #10633: Network Control socket fails to listen on second address

MythTV noreply at mythtv.org
Fri May 11 11:47:03 UTC 2012


#10633: Network Control socket fails to listen on second address
-------------------------------------+----------------------------
 Reporter:  Paul Saunders <darac@…>  |          Owner:  wagnerrp
     Type:  Bug Report - General     |         Status:  infoneeded
 Priority:  minor                    |      Milestone:  unknown
Component:  MythTV - General         |        Version:  0.25
 Severity:  medium                   |     Resolution:
 Keywords:                           |  Ticket locked:  0
-------------------------------------+----------------------------

Comment (by martin_ginkel@…):

 Did ab bit of research about proxy network operation in QT.
 Apparently they introduced the QNetworkProxy in 4.1 and allowed to set
 an application-global proxying of all network connections.

 http://doc.qt.nokia.com/4.7-snapshot/qnetworkproxy.html#setApplicationProxy

 I still don't see, how this is directly related to listening servers but
 apparently the QTcpServer works with the DefaultProxy proxy type by
 default.
 This means it respects the global application setting.

 If the application setting is set to global QNetworkProxy::HttpProxy then
 all connections (not only HTTP-outgoing) are supposed to tunnel through
 a transparent HTTP proxy.

 Eventually one could set the Proxy mode of the PrivTcpServer in ServerPool
 to
 use the NoProxy mode. For the special network non-HTTP ports it does not
 make any
 sense to use Proxies automatically.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10633#comment:13>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list