Skip to content

Commit

Permalink
Remove redundant call to .frame_size() in config builder
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAntliff authored Aug 27, 2024
1 parent 78b34f6 commit 868aa21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/dev1_to_dev2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ fn build_umem_and_socket_config(config: &XskConfig) -> (UmemConfig, SocketConfig
.frame_size(config.frame_size)
.fill_queue_size(config.fq_size)
.comp_queue_size(config.cq_size)
.frame_size(config.frame_size)
.build()
.unwrap();

Expand Down

0 comments on commit 868aa21

Please sign in to comment.