Re: git: 552d17804629 - main - tcp: provide sysctl for the maximum retransmission timeout
Date: Tue, 17 Jun 2025 16:10:11 UTC
On Tue 17 Jun 15:54, Gleb Smirnoff wrote:
> The branch main has been updated by glebius:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=552d17804629685a5b6b8fdc01f17e97d77e716c
>
> commit 552d17804629685a5b6b8fdc01f17e97d77e716c
> Author: Gleb Smirnoff <glebius@FreeBSD.org>
> AuthorDate: 2025-06-17 15:53:41 +0000
> Commit: Gleb Smirnoff <glebius@FreeBSD.org>
> CommitDate: 2025-06-17 15:54:18 +0000
>
> tcp: provide sysctl for the maximum retransmission timeout
>
> Reviewed by: tuexen
> Differential Revision: https://reviews.freebsd.org/D50891
This breaks pkgbase building:
/home/pkgbuild/worktrees/main/sys/netinet/tcp_syncache.c:1100:4: error: use of undeclared identifier 'sdt_mib_tcp_count_tcps_sc_spurcookie'; did you mean 'sdt_mib_tcp_count_tcps_sc_sendcookie'?
1100 | TCPSTAT_INC(tcps_sc_spurcookie);
| ^
/home/pkgbuild/worktrees/main/sys/netinet/tcp_var.h:1111:27: note: expanded from macro 'TCPSTAT_INC'
1111 | #define TCPSTAT_INC(name) TCPSTAT_ADD(name, 1)
| ^
/home/pkgbuild/worktrees/main/sys/netinet/tcp_var.h:1108:3: note: expanded from macro 'TCPSTAT_ADD'
1108 | MIB_SDT_PROBE1(tcp, count, name, (val)); \
| ^
/home/pkgbuild/worktrees/main/sys/sys/sdt.h:361:29: note: expanded from macro 'MIB_SDT_PROBE1'
361 | #define MIB_SDT_PROBE1(...) SDT_PROBE1(mib, __VA_ARGS__)
| ^
Best regards,
Bapt