mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 22:21:21 +00:00
net - IP_NODEFRAG option for IPv4 socket
this patch is implementing IP_NODEFRAG option for IPv4 socket. The reason is, there's no other way to send out the packet with user customized header of the reassembly part. Signed-off-by: Jiri Olsa <jolsa@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
01fc3e86c6
commit
7b2ff18ee7
5 changed files with 18 additions and 2 deletions
|
@ -137,7 +137,8 @@ struct inet_sock {
|
|||
hdrincl:1,
|
||||
mc_loop:1,
|
||||
transparent:1,
|
||||
mc_all:1;
|
||||
mc_all:1,
|
||||
nodefrag:1;
|
||||
int mc_index;
|
||||
__be32 mc_addr;
|
||||
struct ip_mc_socklist *mc_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue