Skip to content

Commit

Permalink
add results
Browse files Browse the repository at this point in the history
  • Loading branch information
xtyxtyx committed Mar 14, 2021
1 parent fab4c2f commit 47f2712
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/bufsize.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Pty buffer size detect script
# From: https://superuser.com/a/1452858

# Results:
# MacOS 11.2.3: pts write blocked after 1023 bytes (0 KiB)

import os
from pty import openpty
from fcntl import fcntl, F_GETFL, F_SETFL
Expand Down

0 comments on commit 47f2712

Please sign in to comment.