You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// An [`EndpointResult::IncomingError`] occurring here is likely not caused by the application or remote. The QUIC connection listens on a normal UDP socket and any reachable network endpoint can send datagrams to it, solicited or not.
583
577
/// It is not considered fatal and is common to simply log and ignore.
584
-
#[allow(non_snake_case)]
585
578
#[ffi_export]
586
579
pubfnendpoint_accept(
587
580
ep:&repr_c::Box<Endpoint>,
@@ -641,7 +634,6 @@ async fn accept_conn(
641
634
///
642
635
/// An [`EndpointResult::IncomingError`] occurring here is likely not caused by the application or remote. The QUIC connection listens on a normal UDP socket and any reachable network endpoint can send datagrams to it, solicited or not.
643
636
/// It is not considered fatal and is common to simply log and ignore.
644
-
#[allow(non_snake_case)]
645
637
#[ffi_export]
646
638
pubfnendpoint_accept_any(
647
639
ep:&repr_c::Box<Endpoint>,
@@ -677,7 +669,6 @@ pub fn endpoint_accept_any(
677
669
///
678
670
/// An [`EndpointResult::IncomingError`] occurring here is likely not caused by the application or remote. The QUIC connection listens on a normal UDP socket and any reachable network endpoint can send datagrams to it, solicited or not.
679
671
/// It is not considered fatal and is common to simply log and ignore.
0 commit comments