You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Problem
The option `INET_CONFIG_ENABLE_TCP_SEND_IDLE_CALLBACKS` is not
enabled by any configuration in tree, and clutters up TCP code.
Fixesproject-chip#12939 INET_CONFIG_ENABLE_TCP_SEND_IDLE_CALLBACKS unused
#### Change overview
- Remove `INET_CONFIG_ENABLE_TCP_SEND_IDLE_CALLBACKS` and associated code
#### Testing
CI/build. No functional change since the option is unused.
kpschoedel
added a commit
to kpschoedel/connectedhomeip
that referenced
this issue
Dec 21, 2021
#### Problem
The option `INET_CONFIG_ENABLE_TCP_SEND_IDLE_CALLBACKS` is not
enabled by any configuration in tree, and clutters up TCP code.
Fixesproject-chip#12939 INET_CONFIG_ENABLE_TCP_SEND_IDLE_CALLBACKS unused
#### Change overview
- Remove `INET_CONFIG_ENABLE_TCP_SEND_IDLE_CALLBACKS` and associated code
#### Testing
CI/build. No functional change since the option is unused.
#### Problem
The option `INET_CONFIG_ENABLE_TCP_SEND_IDLE_CALLBACKS` is not
enabled by any configuration in tree, and clutters up TCP code.
Fixes#12939 INET_CONFIG_ENABLE_TCP_SEND_IDLE_CALLBACKS unused
#### Change overview
- Remove `INET_CONFIG_ENABLE_TCP_SEND_IDLE_CALLBACKS` and associated code
#### Testing
CI/build. No functional change since the option is unused.
Problem
The option
INET_CONFIG_ENABLE_TCP_SEND_IDLE_CALLBACKS
is not enabled by any configuration in tree, and clutters up TCP code.Proposed Solution
Remove the option.
The text was updated successfully, but these errors were encountered: