Add zts_py_settimeout() and zts_py_gettimeout() methods; Update Python c extension bindings using swig -c++ -python zt.i

This commit is contained in:
Boston Walker
2021-12-27 23:58:24 -05:00
parent 13740f9767
commit 7e690785a4
5 changed files with 369 additions and 664 deletions

View File

@@ -39,6 +39,10 @@ int zts_py_setsockopt(int fd, PyObject* args);
PyObject* zts_py_getsockopt(int fd, PyObject* args);
int zts_py_settimeout(int fd, PyObject* value);
PyObject* zts_py_gettimeout(int fd);
#endif // ZTS_ENABLE_PYTHON
#endif // ZTS_PYTHON_SOCKETS_H