summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2023-07-10 07:04:18 +0000
committerOmar Rizwan <omar@omar.website>2023-07-10 07:04:18 +0000
commit85b4647470406cd3bc20061874dfef9e0b112e23 (patch)
tree680f8bb460f60019c03f9df1e150876783b8f2f0 /lib
parentPrevent bounce-back again. This might make it slower (diff)
downloadfolk-85b4647470406cd3bc20061874dfef9e0b112e23.tar.gz
folk-85b4647470406cd3bc20061874dfef9e0b112e23.zip
Remove nonblocking, it breaks stuff
Diffstat (limited to 'lib')
-rw-r--r--lib/peer.tcl2
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} {