TheCranston commented on issue #8839:
URL: https://github.com/apache/nuttx/issues/8839#issuecomment-1476668405

   Looks like the issue is potentially here (If I did the git bisect thing 
correctly)
   
   ```
   561cbbca96a749e4d2e9ec2ea672f257dc5348aa is the first bad commit
   commit 561cbbca96a749e4d2e9ec2ea672f257dc5348aa
   Author: Brennan Ashton <[email protected]>
   Date:   Tue Dec 1 22:59:00 2020 -0800
   
       tcp: Remove incomplete support for TCP reassembly
   
    include/nuttx/net/netconfig.h |  11 ---
    net/Kconfig                   |  33 -------
    net/devif/devif.h             |   6 --
    net/devif/devif_initialize.c  |   6 --
    net/devif/devif_poll.c        |  10 ---
    net/devif/ipv4_input.c        | 204 
+-----------------------------------------
    6 files changed, 4 insertions(+), 266 deletions(-)
   ```
   
   This is between 9.0 and 9.1.  Hope that helps
   FWIW, my process was to set the bisect bad as 9.1 and bisect good as 9.0 and 
then walk thru until I hit this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to