@push.rocks/smartproxy 3.29.3 → 3.30.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@push.rocks/smartproxy',
6
- version: '3.29.3',
6
+ version: '3.30.2',
7
7
  description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSx3QkFBd0I7SUFDOUIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLDRMQUE0TDtDQUMxTSxDQUFBIn0=
@@ -98,6 +98,14 @@ export declare class PortProxy {
98
98
  * Track connection termination statistic
99
99
  */
100
100
  private incrementTerminationStat;
101
+ /**
102
+ * Update connection activity timestamp with sleep detection
103
+ */
104
+ private updateActivity;
105
+ /**
106
+ * Refresh TLS state after sleep detection
107
+ */
108
+ private refreshTlsStateAfterSleep;
101
109
  /**
102
110
  * Cleans up a connection record.
103
111
  * Destroys both incoming and outgoing sockets, clears timers, and removes the record.
@@ -105,10 +113,6 @@ export declare class PortProxy {
105
113
  * @param reason - Optional reason for cleanup (for logging)
106
114
  */
107
115
  private cleanupConnection;
108
- /**
109
- * Update connection activity timestamp
110
- */
111
- private updateActivity;
112
116
  /**
113
117
  * Get target IP with round-robin support
114
118
  */