Citiraj:
Autor Atrax
Evo jesam, bio je na 13. Idem probat skinut neš kaj mi nije htio pa javim.
|
13 je default, ubuduće će bit 255
How to enable and disable it:
Preferences > Advanced, change bt.transp_disposition. This is now a bitfield, so you can add up the following numbers to get your desired setting.
1 - outgoing TCP
2 - outgoing uTP
4 - incoming TCP
8 - incoming uTP
Specific combinations:
255 - both TCP and uTP, incoming + outgoing (future-proof setting, always will mean this)
15 - both TCP and uTP, incoming + outgoing (default)
For example
i) to enable "outgoing uTP" and "incoming uTP", the value to set is 2 + 8 = 10
ii) to enable "outgoing TCP", "incoming TCP" and "incoming uTP", the value to set is 1 + 4 + 8 = 13
The default set value is 13, but recommended value is 15 or 255. Experiment with the different values.