Skip to content

Commit

Permalink
control ulimit handler and adjust according to threads
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepelux committed Oct 15, 2024
1 parent 8802662 commit e530c11
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/sippts-gui
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ from sippts.lib.functions import (
load_cve_version,
)

local_version = "4.1.1"
local_version = "4.1.2"
local_version_status = ""
local_cve_version = ""
local_cve_version_status = ""
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
'scapy',
'pyshark',
'websocket-client',
'rel'
'rel',
'resource'
],
extra_requires=[
'cursor',
Expand Down
2 changes: 1 addition & 1 deletion src/sippts/lib/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
BWHITE = "\033[1;37;20m"
WHITE = "\033[0;37;20m"

local_version = "4.1.1"
local_version = "4.1.2"


def get_sippts_args():
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.1
4.1.2

0 comments on commit e530c11

Please sign in to comment.