Skip to content

Commit

Permalink
rename config to endpoint_config
Browse files Browse the repository at this point in the history
  • Loading branch information
yngrtc committed Jan 20, 2024
1 parent f3a139d commit 53aa94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sctp/src/endpoint/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ impl Endpoint {
}

/// Access the configuration used by this endpoint
pub fn config(&self) -> &EndpointConfig {
pub fn endpoint_config(&self) -> &EndpointConfig {
&self.endpoint_config
}

Expand Down

0 comments on commit 53aa94b

Please sign in to comment.