Search found 5 matches

by nipil
Thu Nov 28, 2013 11:10 am
Forum: General
Topic: X-Transmission-Session-Id Expiry
Replies: 2
Views: 4461

Re: X-Transmission-Session-Id Expiry

Necro'ing a bit, but i was looking for the answer too. And found it so i wanted to share.
libtransmission/rpc-server.c wrote:server->sessionIdExpiresAt = now + (60*60); /* expire in an hour */
by nipil
Tue Nov 05, 2013 5:11 am
Forum: Support
Topic: Multiple udp ports in netstat -lnp ?
Replies: 6
Views: 6725

Re: Multiple udp ports in netstat -lnp ?

Your answers are awesome guys.
Thanks a lot for all the very precise information regarding these additionnal ports.
It's very satisfying to understand what actually happens !
:wink:
by nipil
Sun Nov 03, 2013 7:32 pm
Forum: Support
Topic: Multiple udp ports in netstat -lnp ?
Replies: 6
Views: 6725

Re: Multiple udp ports in netstat -lnp ?

Ok thanks.

So they are dynamic ports, and placed in the range of the usual (tcp source) ephemeral ports...

Last question is : firewalling-wise, the first packet using these ports is incoming (ie net2fw rules in shorewall) or outgoing (fw2net rules in shorewall) ?
by nipil
Sun Nov 03, 2013 11:30 am
Forum: Support
Topic: Multiple udp ports in netstat -lnp ?
Replies: 6
Views: 6725

Re: Multiple udp ports in netstat -lnp ?

So you're both saying that there is a range of "dynamically listening" udp ports used by the daemon in addition to the fixed port of the config, i think i understand the reasons for it now. What i am not understanding is that the above-mentionned port numbers are outside the peer-port-rand...
by nipil
Sun Nov 03, 2013 1:00 am
Forum: Support
Topic: Multiple udp ports in netstat -lnp ?
Replies: 6
Views: 6725

Multiple udp ports in netstat -lnp ?

Hello, Something tickled my curisosity. I'm using transmission-daemon 2.52-3+nmu1 from Debian wheezy, i've kept the default config except configuring up/down throttling, and i'm using the default port 51413 (which is fully opened). And besides tcp 9091, tcp 51413, udp 51413 there are 3 other (random...