mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-12-19 16:30:07 +08:00
chore: support freebsd 14 and 15
This commit is contained in:
parent
f44aa22d50
commit
c987bdabf0
@ -197,6 +197,10 @@ func newSearcher(major int) *searcher {
|
|||||||
case 12:
|
case 12:
|
||||||
fallthrough
|
fallthrough
|
||||||
case 13:
|
case 13:
|
||||||
|
fallthrough
|
||||||
|
case 14:
|
||||||
|
fallthrough
|
||||||
|
case 15:
|
||||||
s = &searcher{
|
s = &searcher{
|
||||||
headSize: 64,
|
headSize: 64,
|
||||||
tcpItemSize: 744,
|
tcpItemSize: 744,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user