ansible-shadowsocks-libev icon indicating copy to clipboard operation
ansible-shadowsocks-libev copied to clipboard

enable tcp_fastopen if available failed if kernel version >= 4.12

Open Willian-Zhang opened this issue 4 years ago • 1 comments

purposed change

In tasks/main.yml

- name: enable tcp_fastopen if available
  sysctl:
    name: net.ipv4.tcp_fastopen
    value: 3
    state: present
    reload: yes
  when: shadowsocks_fast_open and shadowsocks_sysctl_tweak and ansible_kernel is version_compare('3.7', '>=') and ansible_kernel is version_compare('4.12', '<=')
  tags: sysctl

Willian-Zhang avatar Jul 18 '21 10:07 Willian-Zhang

This project is now unmaintained. I've migrated to shadowsocks/shadowsocks-libev Docker image.

sparanoid avatar Aug 08 '21 09:08 sparanoid