Skip to content

Commit

Permalink
fix: inc stack udp socket default buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
cavivie committed Apr 10, 2024
1 parent 1d79a32 commit b6d11a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ impl Default for StackBuilder {
fn default() -> Self {
Self {
stack_buffer_size: 1024,
udp_buffer_size: 256,
udp_buffer_size: 512,
tcp_buffer_size: 512,
ip_filters: IpFilters::with_non_broadcast(),
}
Expand Down

0 comments on commit b6d11a6

Please sign in to comment.