Answers for "File or stream is not seekable tun"

0

File or stream is not seekable tun

You'll need to make a few changes for it to work with Python3. Disable buffering on the open call, and use an array instead of a list for the packet data.

Something like this works for me: https://gist.github.com/shawnlower/928cc78614ba726aabab1a299c810f2e/revisions

and see https://bugs.python.org/issue20074
Posted by: Guest on March-19-2022

Browse Popular Code Answers by Language