mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-24 12:13:05 +00:00
doc: fix broken item links
This commit is contained in:
committed by
Dirkjan Ochtman
parent
8fbbf33440
commit
c9e1012885
@@ -754,7 +754,7 @@ impl StreamsState {
|
||||
/// Returns whether a `MAX_DATA` frame should be enqueued as soon as possible.
|
||||
/// This will only be the case if the window update would is significant
|
||||
/// enough. As soon as a window update with a `MAX_DATA` frame has been
|
||||
/// queued, the [`record_sent_max_data`] function should be called to
|
||||
/// queued, the [`Recv::record_sent_max_stream_data`] function should be called to
|
||||
/// suppress sending further updates until the window increases significantly
|
||||
/// again.
|
||||
pub(super) fn add_read_credits(&mut self, credits: u64) -> ShouldTransmit {
|
||||
|
||||
@@ -120,7 +120,7 @@ impl RecvStream {
|
||||
.await
|
||||
}
|
||||
|
||||
/// Foundation of [`read_chunk()`]: RecvStream::read_chunk
|
||||
/// Foundation of [`Self::read_chunk`]
|
||||
fn poll_read_chunk(
|
||||
&mut self,
|
||||
cx: &mut Context,
|
||||
@@ -145,7 +145,7 @@ impl RecvStream {
|
||||
ReadChunks { stream: self, bufs }.await
|
||||
}
|
||||
|
||||
/// Foundation of [`read_chunks()`]: RecvStream::read_chunks
|
||||
/// Foundation of [`Self::read_chunks`]
|
||||
fn poll_read_chunks(
|
||||
&mut self,
|
||||
cx: &mut Context,
|
||||
|
||||
Reference in New Issue
Block a user