File tree 5 files changed +15
-0
lines changed
sip-servlets-test-suite/sipp-scenarios
5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ javax.sip.AUTOMATIC_DIALOG_SUPPORT=off
7
7
gov.nist.javax.sip.DELIVER_UNSOLICITED_NOTIFY =true
8
8
gov.nist.javax.sip.THREAD_POOL_SIZE =4
9
9
gov.nist.javax.sip.REENTRANT_LISTENER =true
10
+ # prevent DOS attacks
11
+ gov.nist.javax.sip.MAX_LISTENER_RESPONSE_TIME =120
12
+ gov.nist.javax.sip.MAX_MESSAGE_SIZE =10000
10
13
# setting up the buffer size to reduce retransmissions and avoid loosing messages
11
14
gov.nist.javax.sip.RECEIVE_UDP_BUFFER_SIZE =65536
12
15
gov.nist.javax.sip.SEND_UDP_BUFFER_SIZE =65536
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ javax.sip.AUTOMATIC_DIALOG_SUPPORT=off
7
7
gov.nist.javax.sip.DELIVER_UNSOLICITED_NOTIFY =true
8
8
gov.nist.javax.sip.THREAD_POOL_SIZE =64
9
9
gov.nist.javax.sip.REENTRANT_LISTENER =true
10
+ # prevent DOS attacks
11
+ gov.nist.javax.sip.MAX_LISTENER_RESPONSE_TIME =120
12
+ gov.nist.javax.sip.MAX_MESSAGE_SIZE =10000
10
13
# setting up the buffer size to reduce retransmissions and avoid loosing messages
11
14
gov.nist.javax.sip.RECEIVE_UDP_BUFFER_SIZE =65536
12
15
gov.nist.javax.sip.SEND_UDP_BUFFER_SIZE =65536
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ gov.nist.javax.sip.SEND_UDP_BUFFER_SIZE=65536
13
13
gov.nist.javax.sip.CONGESTION_CONTROL_ENABLED =false
14
14
gov.nist.javax.sip.AGGRESSIVE_CLEANUP =true
15
15
gov.nist.javax.sip.MAX_FORK_TIME_SECONDS =0
16
+ # prevent DOS attacks
17
+ gov.nist.javax.sip.MAX_LISTENER_RESPONSE_TIME =120
18
+ gov.nist.javax.sip.MAX_MESSAGE_SIZE =10000
16
19
# no cache specified since in non ha mode we don't replicate
17
20
org.mobicents.ha.javax.sip.cache.MobicentsSipCache.standalone =true
18
21
org.mobicents.ha.javax.sip.CACHE_CLASS_NAME =org.mobicents.ha.javax.sip.cache.NoCache
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ javax.sip.AUTOMATIC_DIALOG_SUPPORT=off
7
7
gov.nist.javax.sip.DELIVER_UNSOLICITED_NOTIFY =true
8
8
gov.nist.javax.sip.THREAD_POOL_SIZE =64
9
9
gov.nist.javax.sip.REENTRANT_LISTENER =true
10
+ # prevent DOS attacks
11
+ gov.nist.javax.sip.MAX_LISTENER_RESPONSE_TIME =120
12
+ gov.nist.javax.sip.MAX_MESSAGE_SIZE =10000
10
13
# setting up the buffer size to reduce retransmissions and avoid loosing messages
11
14
gov.nist.javax.sip.RECEIVE_UDP_BUFFER_SIZE =65536
12
15
gov.nist.javax.sip.SEND_UDP_BUFFER_SIZE =65536
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ gov.nist.javax.sip.THREAD_POOL_SIZE=64
9
9
gov.nist.javax.sip.REENTRANT_LISTENER =true
10
10
gov.nist.javax.sip.RECEIVE_UDP_BUFFER_SIZE =65536
11
11
gov.nist.javax.sip.SEND_UDP_BUFFER_SIZE =65536
12
+ # prevent DOS attacks
13
+ gov.nist.javax.sip.MAX_LISTENER_RESPONSE_TIME =120
14
+ gov.nist.javax.sip.MAX_MESSAGE_SIZE =10000
12
15
gov.nist.javax.sip.AGGRESSIVE_CLEANUP =true
13
16
gov.nist.javax.sip.MAX_FORK_TIME_SECONDS =0
14
17
gov.nist.javax.sip.AUTOMATIC_DIALOG_ERROR_HANDLING =false
You can’t perform that action at this time.
0 commit comments