wasm-micro-runtime/core/iwasm/libraries/lib-socket
Marcin Kolny 08fd714551
Fix socket-api byte order issue when host/network order are the same (#1327)
Fix socket-api byte order issue for systems where host byte order
and network byte order are the same:
- Document data structures used for storing IP addresses
- Fix bug in bind and connect methods by updating code in wasi_socket_ext
2022-07-29 10:26:06 +08:00
..
inc Fix socket-api byte order issue when host/network order are the same (#1327) 2022-07-29 10:26:06 +08:00
src/wasi Fix socket-api byte order issue when host/network order are the same (#1327) 2022-07-29 10:26:06 +08:00
lib_socket_wasi.cmake Implement part of Berkeley Socket API for libc-wasi (#1036) 2022-03-10 15:13:38 +08:00