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 8209432 commit 0315793Copy full SHA for 0315793
net/ipv4/af_inet.c
@@ -1596,7 +1596,7 @@ static const struct net_protocol igmp_protocol = {
1596
};
1597
#endif
1598
1599
-static const struct net_protocol tcp_protocol = {
+static struct net_protocol tcp_protocol = {
1600
.early_demux = tcp_v4_early_demux,
1601
.early_demux_handler = tcp_v4_early_demux,
1602
.handler = tcp_v4_rcv,
@@ -1606,7 +1606,7 @@ static const struct net_protocol tcp_protocol = {
1606
.icmp_strict_tag_validation = 1,
1607
1608
1609
-static const struct net_protocol udp_protocol = {
+static struct net_protocol udp_protocol = {
1610
.early_demux = udp_v4_early_demux,
1611
.early_demux_handler = udp_v4_early_demux,
1612
.handler = udp_rcv,
0 commit comments