Displaying 2 results from an estimated 2 matches for "connectedto".
Did you mean:
connected_to
2008 Sep 15
1
tinc configuration question
...otal 24
drwxr-xr-x 2 root root 4096 2008-09-15 06:59 hosts
-rw------- 1 root root 887 2008-09-15 07:03 rsa_key.priv
-rw-r--r-- 1 root root 56 2008-09-15 06:58 tinc.conf
[root at optiplex060 crc_idb1]#
The tinc.conf file reads like:
[root at optiplex060 crc_idb1]# more tinc.conf
Name = crc_idb1
ConnectedTo = fry
Device = /dev/net/tun
And under "hosts" folder, there is a crc_idb1 file that reads like:
Address = myhost.badlab.crc.ca
Subnet = 10.1.8.100/32
-----BEGIN RSA PUBLIC KEY-----
xxxx public key xxxxx
-----END RSA PUBLIC KEY-----
Finally, there is a tinc-up script under /etc/tinc/c...
2019 Nov 29
0
Wine release 4.21
...;.
strmbase: Forbid (dis)connecting pins if the filter is not stopped.
wineqtdecoder: Simplify disconnecting the sink's peer in qt_splitter_destroy().
quartz/videorenderer: Avoid calling IPin::ConnectionMediaType() on our own pin.
strmbase: Avoid unnecessary use of IPin::ConnectedTo().
qedit/samplegrabber: Reimplement the source pin over the strmbase source.
strmbase: Get rid of the BaseInputPin typedef.
strmbase: Get rid of the BaseInputPinFuncTable typedef.
qedit/samplegrabber: Reimplement the sink pin over the strmbase sink.
d3d9: Track the vie...