expose dtls connection

This commit is contained in:
Ludovic Chenut 2023-11-22 14:54:48 +01:00
parent 070aa11854
commit 7d14cdcb48
No known key found for this signature in database
GPG Key ID: D9A59B1907F1D50C
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ type
params*: SctpMessageParameters
SctpConn* = ref object
conn: DtlsConn
conn*: DtlsConn
state: SctpState
connectEvent: AsyncEvent
acceptEvent: AsyncEvent