We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f7800 commit 8cb823fCopy full SHA for 8cb823f
.cirrus.yml
@@ -6,9 +6,6 @@ env:
6
7
task:
8
name: FreeBSD
9
- enable_tcp_fastopen:
10
- - sysctl net.inet.tcp.fastopen.client_enabled=1
11
- - sysctl net.inet.tcp.fastopen.server_enabled=1
12
setup_script:
13
- pkg install -y curl
14
- curl https://sh.rustup.rs -sSf --output rustup.sh
@@ -19,6 +16,9 @@ task:
19
16
- . $HOME/.cargo/env
20
17
- cargo build
21
18
- cargo build --no-default-features
+ enable_tcp_fastopen:
+ - sysctl net.inet.tcp.fastopen.client_enabled=1
+ - sysctl net.inet.tcp.fastopen.server_enabled=1
22
amd64_test_script:
23
24
- cargo test --all-features
0 commit comments