Aug 22 14:13:05 UTC: %CAPWAPAC_SMGR_TRACE_MESSAGE-5-AP_JOIN_DISJOIN: Chassis 1 R0/0: wncd: AP Event: Session-IP: 10.15.178.99[5248] Mac: 7872.5d9f.00a0 CAPWAP DTLS session closed for AP, cause: DTLS server session shutdown ...
Hello, I created a client context with create_client_context() and send GET requests using Message() and ctx.request() from time to time. On the server side (libcoap), I noticed that the session is closed immediately after the request and on the client side, I see that a new connectio...
staticintcleanup =0;/*To handle shutdown*/ structsockaddr_in servAddr;/*our server's address*/ structsockaddr_in cliaddr;/*the client's address*/ voidsig_handler(constintsig); intmain(intargc,char** argv) { /*Loc short for "location"*/ ...
server: 0.0.0.0:560842021/04/07 11:34:20 [debug] 1445#0: *217 finalize stream session: ...
server: 0.0.0.0:560842021/04/07 11:34:20 [debug] 1445#0: *217 finalize stream session: ...
JANUS_LOG(LOG_ERR, "[%"SCNu64"] Error creating DTLS session! (%s)\n", handle->handle_id, ERR_reason_error_string(ERR_get_error())); janus_dtls_srtp_destroy(dtls); return NULL; } SSL_set_ex_data(dtls->ssl, 0, dtls); ...
274if(context == NULL || serverIpAddr == NULL) 275returnERROR_INVALID_PARAMETER; 276 277//Acquire exclusive access to the CoAP client context 278osAcquireMutex(&context->mutex); 279 280//Initialize status code 281error =NO_ERROR;
Aug 26 19:04:57 kernel: [*08/26/2024 15:04:57.9124] Discarding msg CAPWAP_WTP_EVENT_REQUEST(type 9) in CAPWAP state: DTLS Teardown(4).Aug 26 19:05:02 kernel: [*08/26/2024 15:05:02.3684] DTLS session cleanup completed. Restarting capwap state machine....
WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181 server and client framework based on C++11 - ZLMediaKit/webrtc/DtlsTransport.cpp at 26cd5660cd58737e8a949369a375f7e9aefa264e · cumtsgw/ZLMediaKit
JANUS_LOG(LOG_ERR, "[%"SCNu64"] Error creating DTLS session! (%s)\n", handle->handle_id, ERR_reason_error_string(ERR_get_error())); janus_refcount_decrease(&dtls->ref); return NULL; } SSL_set_ex_data(dtls->ssl, 0, dtls); ...