소스 검색

outbound_session: downgrade host if we fail to connect

lunar-mining 2 년 전
부모
커밋
63619cf061
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/net/session/outbound_session.rs

+ 1 - 1
src/net/session/outbound_session.rs

@@ -311,7 +311,7 @@ impl Slot {
                     });
                     });
 
 
                     // Downgrade this host to greylist if it's on the whitelist or anchorlist.
                     // Downgrade this host to greylist if it's on the whitelist or anchorlist.
-                    //self.session().downgrade_host(&host).await;
+                    hosts.downgrade_host(&host).await;
 
 
                     self.channel_id.store(0, Ordering::Relaxed);
                     self.channel_id.store(0, Ordering::Relaxed);
                     continue
                     continue