diff options
| author | Omar Rizwan <omar@omar.website> | 2023-07-10 07:04:18 +0000 |
|---|---|---|
| committer | Omar Rizwan <omar@omar.website> | 2023-07-10 07:04:18 +0000 |
| commit | 85b4647470406cd3bc20061874dfef9e0b112e23 (patch) | |
| tree | 680f8bb460f60019c03f9df1e150876783b8f2f0 /lib | |
| parent | Prevent bounce-back again. This might make it slower (diff) | |
| download | folk-85b4647470406cd3bc20061874dfef9e0b112e23.tar.gz folk-85b4647470406cd3bc20061874dfef9e0b112e23.zip | |
Remove nonblocking, it breaks stuff
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/peer.tcl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/peer.tcl b/lib/peer.tcl index 262ac5da..7b7db91d 100644 --- a/lib/peer.tcl +++ b/lib/peer.tcl @@ -41,7 +41,6 @@ proc ::peer {process} { if {$type eq "connect"} { log "Connected" variable connected true - fconfigure $chan -blocking false # Establish a peering on their end, in the reverse # direction, so they can send stuff back to us. @@ -49,7 +48,6 @@ proc ::peer {process} { # (because of how `run` is implemented above) run { variable chan [uplevel {set chan}] - fconfigure $chan -blocking false variable connected true proc run {msg} { |
