]> Git Repo - linux.git/blobdiff - include/linux/tcp.h
tipc: guarantee that group broadcast doesn't bypass group unicast
[linux.git] / include / linux / tcp.h
index 4aa40ef02d32cf2719513ca77c38f45a5e646b82..1d2c44e09e31e5a951a2ef230f4149a959e8a2e9 100644 (file)
@@ -191,6 +191,7 @@ struct tcp_sock {
        u32     tsoffset;       /* timestamp offset */
 
        struct list_head tsq_node; /* anchor in tsq_tasklet.head list */
+       struct list_head tsorted_sent_queue; /* time-sorted sent but un-SACKed skbs */
 
        u32     snd_wl1;        /* Sequence for window update           */
        u32     snd_wnd;        /* The window we expect to receive      */
This page took 0.032534 seconds and 4 git commands to generate.