wrote some code for http proxy support - not complete

This commit is contained in:
2023-03-30 15:34:32 +09:00
parent 0f910de1a6
commit 50df17b410
9 changed files with 1057 additions and 45 deletions

View File

@@ -623,6 +623,11 @@ HIO_EXPORT hio_uint16_t hio_checksum_ip (
hio_oow_t len
);
HIO_EXPORT int hio_get_stream_sck_type_from_skad (
const hio_skad_t* skad,
hio_dev_sck_type_t* type
);
#if defined(__cplusplus)
}
#endif