Californium3.properties 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. # Random factor for initial CoAP acknowledge timeout.
  2. # Default: 1.5
  3. COAP.ACK_INIT_RANDOM=1.5
  4. # Initial CoAP acknowledge timeout.
  5. # Default: 2[s]
  6. COAP.ACK_TIMEOUT=2[s]
  7. # Scale factor for CoAP acknowledge backoff-timeout.
  8. # Default: 2.0
  9. COAP.ACK_TIMEOUT_SCALE=2.0
  10. # Enable automatic failover on "entity too large" response.
  11. # Default: true
  12. COAP.BLOCKWISE_ENTITY_TOO_LARGE_AUTO_FAILOVER=true
  13. # Interval to validate lifetime of blockwise status.
  14. # Default: 5[s]
  15. COAP.BLOCKWISE_STATUS_INTERVAL=5[s]
  16. # Lifetime of blockwise status.
  17. # Default: 5[min]
  18. COAP.BLOCKWISE_STATUS_LIFETIME=5[min]
  19. # Use block2 option strictly, even if block2 is not required.
  20. # Default: false
  21. COAP.BLOCKWISE_STRICT_BLOCK2_OPTION=false
  22. # CoAP port.
  23. # Default: 5683
  24. COAP.COAP_PORT=5683
  25. # CoAP DTLS port.
  26. # Default: 5684
  27. COAP.COAP_SECURE_PORT=5684
  28. # Congestion-Control algorithm (still experimental).
  29. # [NULL, COCOA, COCOA_STRONG, BASIC_RTO, LINUX_RTO, PEAKHOPPER_RTO].
  30. # Default: NULL
  31. COAP.CONGESTION_CONTROL_ALGORITHM=NULL
  32. # Crop rotation period.
  33. # Default: 247[s]
  34. COAP.CROP_ROTATION_PERIOD=247[s]
  35. # Deduplicator algorithm.
  36. # [MARK_AND_SWEEP, PEERS_MARK_AND_SWEEP, CROP_ROTATION, NO_DEDUPLICATOR].
  37. # Default: MARK_AND_SWEEP
  38. COAP.DEDUPLICATOR=MARK_AND_SWEEP
  39. # Automatic replace entries in deduplicator.
  40. # Default: true
  41. COAP.DEDUPLICATOR_AUTO_REPLACE=true
  42. # CoAP maximum exchange lifetime for CON requests.
  43. # Default: 247[s]
  44. COAP.EXCHANGE_LIFETIME=247[s]
  45. # Timespan a multicast server may spread the response.
  46. # Default: 5[s]
  47. COAP.LEISURE=5[s]
  48. # Mark and sweep interval.
  49. # Default: 10[s]
  50. COAP.MARK_AND_SWEEP_INTERVAL=10[s]
  51. # Maximum number of active peers.
  52. # Default: 150000
  53. COAP.MAX_ACTIVE_PEERS=150000
  54. # Maximum transmission latency for messages.
  55. # Default: 100[s]
  56. COAP.MAX_LATENCY=100[s]
  57. # Maximum payload size.
  58. # Default: 1024
  59. COAP.MAX_MESSAGE_SIZE=1024
  60. # Maximum inactive period of peer.
  61. # Default: 10[min]
  62. COAP.MAX_PEER_INACTIVITY_PERIOD=10[min]
  63. # Maximum size of resource body. 0 to disable transparent blockwise
  64. # mode.
  65. # Default: 8192
  66. COAP.MAX_RESOURCE_BODY_SIZE=8192
  67. # Maximum number of CoAP retransmissions.
  68. # Default: 4
  69. COAP.MAX_RETRANSMIT=4
  70. # Maximum server response delay.
  71. # Default: 250[s]
  72. COAP.MAX_SERVER_RESPONSE_DELAY=250[s]
  73. # Maximum time to wait for ACK or RST after the first transmission of
  74. # a CON message.
  75. # Default: 93[s]
  76. COAP.MAX_TRANSMIT_WAIT=93[s]
  77. # MID tracker.
  78. # [NULL, GROUPED, MAPBASED].
  79. # Default: GROUPED
  80. COAP.MID_TACKER=GROUPED
  81. # Number of MID tracker groups.
  82. # Default: 16
  83. COAP.MID_TRACKER_GROUPS=16
  84. # Base MID for multicast requests.
  85. # Default: 65000
  86. COAP.MULTICAST_BASE_MID=65000
  87. # CoAP maximum lifetime for NON requests.
  88. # Default: 145[s]
  89. COAP.NON_LIFETIME=145[s]
  90. # Interval time to check notifications receiver using a CON message.
  91. # Default: 2[min]
  92. COAP.NOTIFICATION_CHECK_INTERVAL=2[min]
  93. # Interval counter to check notifications receiver using a CON message.
  94. # Default: 100
  95. COAP.NOTIFICATION_CHECK_INTERVAL_COUNT=100
  96. # Additional time (backoff) to the max-age option
  97. # for waiting for the next notification before reregister.
  98. # Default: 2[s]
  99. COAP.NOTIFICATION_REREGISTRATION_BACKOFF=2[s]
  100. # Maximum concurrent transmissions.
  101. # Default: 1
  102. COAP.NSTART=1
  103. # Maximum messages kept per peer for PEERS_MARK_AND_SWEEP.
  104. # Default: 64
  105. COAP.PEERS_MARK_AND_SWEEP_MESSAGES=64
  106. # Preferred blocksize for blockwise transfer.
  107. # Default: 512
  108. COAP.PREFERRED_BLOCK_SIZE=512
  109. # Probing rate to peers, which didn't response before. Currently not
  110. # used.
  111. # Default: 1.0
  112. COAP.PROBING_RATE=1.0
  113. # Protocol stage thread count.
  114. # Default: 1
  115. COAP.PROTOCOL_STAGE_THREAD_COUNT=16
  116. # Response matching mode.
  117. # [STRICT, RELAXED, PRINCIPAL, PRINCIPAL_IDENTITY].
  118. # Default: STRICT
  119. COAP.RESPONSE_MATCHING=STRICT
  120. # Number of block per TCP-blockwise bulk transfer.
  121. # Default: 1
  122. COAP.TCP_NUMBER_OF_BULK_BLOCKS=4
  123. # Limit of token size.
  124. # Default: 8
  125. COAP.TOKEN_SIZE_LIMIT=8
  126. # Use message off-loading, when data is not longer required.
  127. # Default: false
  128. COAP.USE_MESSAGE_OFFLOADING=false
  129. # Use initially a random value for MID.
  130. # Default: true
  131. COAP.USE_RANDOM_MID_START=true
  132. # Health status interval. 0 to disable the health status.
  133. # Default: 0[ms]
  134. SYS.HEALTH_STATUS_INTERVAL=0[ms]
  135. # TLS client authentication mode.
  136. # [NONE, WANTED, NEEDED].
  137. # Default: WANTED
  138. TCP.CLIENT_AUTHENTICATION_MODE=WANTED
  139. # TCP connection idle timeout.
  140. # Default: 10[s]
  141. TCP.CONNECTION_IDLE_TIMEOUT=10[s]
  142. # TCP connect timeout.
  143. # Default: 10[s]
  144. TCP.CONNECT_TIMEOUT=10[s]
  145. # TLS handshake timeout.
  146. # Default: 10[s]
  147. TCP.HANDSHAKE_TIMEOUT=10[s]
  148. # TLS session timeout.
  149. # Default: 1[h]
  150. TCP.SESSION_TIMEOUT=1[h]
  151. # TLS verifies the server certificate's subjects.
  152. # Default: true
  153. TCP.VERIFY_SERVER_CERTIFICATES_SUBJECT=true
  154. # Number of TCP worker threads.
  155. # Default: 1
  156. TCP.WORKER_THREADS=1
  157. # Maximum number of pending outgoing messages.
  158. # Default: 2147483647
  159. UDP.CONNECTOR_OUT_CAPACITY=2147483647
  160. # Maxium size of UDP datagram.
  161. # Default: 2048
  162. UDP.DATAGRAM_SIZE=2048
  163. # Number of UDP receiver threads.
  164. # Default: 1
  165. UDP.RECEIVER_THREAD_COUNT=2
  166. # UDP receive-buffer size.
  167. UDP.RECEIVE_BUFFER_SIZE=
  168. # Number of UDP sender threads.
  169. # Default: 1
  170. UDP.SENDER_THREAD_COUNT=2
  171. # UDP send-buffer size.
  172. UDP.SEND_BUFFER_SIZE=