]> code.octet-stream.net Git - m17rt/blobdiff - m17core/src/tnc.rs
Implement Tnc for TcpStream
[m17rt] / m17core / src / tnc.rs
index a6af088e2d29906b753a49e8c96a8a8612227d1f..79adaa491a1f0461cf96a8710524c2d27000f37d 100644 (file)
@@ -12,7 +12,7 @@ impl SoftTnc {
         Ok(())
     }
 
         Ok(())
     }
 
-    ///
+    /// Update the number of samples that have been received by the incoming stream, as a form of timekeeping
     pub fn advance_samples(&mut self, _samples: u64) {}
 
     pub fn set_data_carrier_detect(&mut self, _dcd: bool) {}
     pub fn advance_samples(&mut self, _samples: u64) {}
 
     pub fn set_data_carrier_detect(&mut self, _dcd: bool) {}