1). Is there a way to configure Subsonic to let go of the TCP established connection once the client is done/off?
2). Is there a way to configure Subsonic to only allow one established session from a client at time? This way there will not be multiple established connections from old connections.
- Code: Select all
lsof -i (I masked some the the info with *)
java 8423 root 78u IPv4 4862471 0t0 TCP 192.168.1.21:4043->android-********8awfc:54329 (ESTABLISHED)
java 8423 root 80u IPv4 4821537 0t0 TCP 192.168.1.21:4043->android-*******c8awfc:31752 (ESTABLISHED)
java 8423 root 12u IPv4 4775956 0t0 TCP 192.168.1.21:4043->android-********8awfc:22773 (ESTABLISHED)
