diff --git a/udt/udtsocket_send.go b/udt/udtsocket_send.go index 5dbc598..660bffc 100644 --- a/udt/udtsocket_send.go +++ b/udt/udtsocket_send.go @@ -93,7 +93,6 @@ func (s *udtSocketSend) goSendEvent() { } sendPeriod := s.sndPeriod.get() - if sendPeriod == 0 { return nil }