zoukankan      html  css  js  c++  java
  • (OK) porting MPTCP to android-x86-6.0-rc1

    [root@localhost ~]# tree /root/opt/android-x86/android-x86-6.0-rc1/kernel
    /root/opt/android-x86/android-x86-6.0-rc1/kernel
    ├── arch
    │   └── x86
    │       └── configs
    │           └── android-x86_64_defconfig
    ├── include
    │   ├── linux
    │   │   ├── ipv6.h
    │   │   ├── skbuff.h
    │   │   └── tcp.h
    │   ├── net
    │   │   ├── inet6_connection_sock.h
    │   │   ├── inet_common.h
    │   │   ├── inet_connection_sock.h
    │   │   ├── inet_hashtables.h
    │   │   ├── inet_sock.h
    │   │   ├── inet_timewait_sock.h
    │   │   ├── mptcp.h
    │   │   ├── mptcp_v4.h
    │   │   ├── mptcp_v6.h
    │   │   ├── net_namespace.h
    │   │   ├── netns
    │   │   │   └── mptcp.h
    │   │   ├── request_sock.h
    │   │   ├── sock.h
    │   │   ├── tcp.h
    │   │   └── transp_v6.h
    │   └── uapi
    │       └── linux
    │           ├── if.h
    │           └── tcp.h
    └── net
        ├── core
        │   ├── request_sock.c
        │   └── sock.c
        ├── ipv4
        │   ├── af_inet.c
        │   ├── inet_connection_sock.c
        │   ├── inet_hashtables.c
        │   ├── inet_timewait_sock.c
        │   ├── ip_input.c
        │   ├── ip_output.c
        │   ├── ip_sockglue.c
        │   ├── syncookies.c
        │   ├── tcp.c
        │   ├── tcp_fastopen.c
        │   ├── tcp_input.c
        │   ├── tcp_ipv4.c
        │   ├── tcp_minisocks.c
        │   ├── tcp_output.c
        │   └── tcp_timer.c
        ├── ipv6
        │   ├── af_inet6.c
        │   ├── inet6_connection_sock.c
        │   ├── ipv6_sockglue.c
        │   ├── syncookies.c
        │   └── tcp_ipv6.c
        ├── Kconfig
        ├── Makefile
        └── mptcp
            ├── Kconfig
            ├── Makefile
            ├── mptcp_balia.c
            ├── mptcp_binder.c
            ├── mptcp_coupled.c
            ├── mptcp_ctrl.c
            ├── mptcp_fullmesh.c
            ├── mptcp_input.c
            ├── mptcp_ipv4.c
            ├── mptcp_ipv6.c
            ├── mptcp_ndiffports.c
            ├── mptcp_ofo_queue.c
            ├── mptcp_olia.c
            ├── mptcp_output.c
            ├── mptcp_pm.c
            ├── mptcp_redundant.c
            ├── mptcp_rr.c
            ├── mptcp_sched.c
            └── mptcp_wvegas.c

    14 directories, 64 files
    [root@localhost ~]#

  • 相关阅读:
    U**ty a*d Cooperat*o* Are the I*ter*at*o*al Commu**ty's Most *ote*t Weapo* to Overcome the *a*dem*c *art1
    Easy win for Barca as Messi pays homage to Maradona and Lenglet suffers ankle injury
    Ch**a's ma**ed submers*ble Fe*douzhe retur*s after ocea* exped*t*o*
    Documentarian Michael Wood: Chinese people key to reform 2020-11-28
    Timeline of Argentine football legend Maradona's life 2020-11-27
    Chang'e 5 sets out to collect moon samples in landmark mission 2020-11-25
    US companies looking at China for growth, says CNBC 2020-11-24
    [SJ-20-JCR2]-COMPLETE COVERAGE
    Latex应用语法记录
    排序算法学习
  • 原文地址:https://www.cnblogs.com/ztguang/p/12645335.html
Copyright © 2011-2022 走看看