Merge branch 'feature_sendall' of https://github.com/bostonrwalker/libzt into bostonrwalker-feature_sendall

This commit is contained in:
Joseph Henry
2022-01-11 09:48:20 -08:00
3 changed files with 95 additions and 3 deletions

View File

@@ -29,6 +29,8 @@ PyObject* zts_py_recv(int fd, int len, int flags);
int zts_py_send(int fd, PyObject* buf, int flags);
int zts_py_sendall(int fd, PyObject* bytes, int flags);
int zts_py_close(int fd);
PyObject* zts_py_addr_get_str(uint64_t net_id, int family);