Remove our custom sockaddr* objects

Use the ones in nativesockets instead.
This commit is contained in:
Mark Spanbroek
2020-10-07 16:25:15 +02:00
committed by markspanbroek
parent 1001eaf683
commit 371e2d86aa
6 changed files with 18 additions and 131 deletions

View File

@@ -27,6 +27,7 @@ toast \
--preprocess \
--noHeader \
--defines=NGTCP2_STATICLIB \
--replace=sockaddr=SockAddr,sockaddr_storage=Sockaddr_storage \
--includeDirs="${root}/sources/lib/includes" \
--includeDirs="${root}/build/lib/includes" \
"${root}/sources/lib/includes/ngtcp2/ngtcp2.h" >> "${root}/ngtcp2.nim"