]> git.mxchange.org Git - hub.git/blobdiff - application/hub/config.php
Refactured handling of socket errors, old code is commeted out and will be removed...
[hub.git] / application / hub / config.php
index ff8e966b430b516ecba493f662c336f16a133ab2..345abce40158e2e6ecaf94b8763b2ca31614292d 100644 (file)
@@ -532,6 +532,9 @@ $cfg->setConfigEntry('peer_connected_state_class', 'ConnectedPeerState');
 // CFG: PEER-CONNECTION-REFUSED-STATE-CLASS
 $cfg->setConfigEntry('peer_connection_refused_state_class', 'ConnectionRefusedPeerState');
 
+// CFG: PEER-CONNECTION-TIMED-OUT-STATE-CLASS
+$cfg->setConfigEntry('peer_connection_timed_out_state_class', 'ConnectionTimedOutPeerState');
+
 // CFG: PEER-TRANSPORT-ENDPOINT-STATE-CLASS
 $cfg->setConfigEntry('peer_transport_endpoint_state_class', 'TransportEndpointGonePeerState');