Git Product home page Git Product logo

Comments (4)

BrianZill avatar BrianZill commented on June 1, 2024

The description for this bug seems to be talking about sending RST packets, whereas my PR demikernel/inetstack#123 partially fixed the handling of received RST packets. The send side of this issue mentioned in the description appears to be a datalink address resolution problem (which I believe we have a related issue for). The remaining receive side issue is with the proper closing of the connection -- we now (as of demikernel/inetstack#123) recognize that we got a RST, and make the proper state transition (previously we just blithely continued on as if the RST bit wasn't set). But we don't flush the data queues and delete the control block yet.

See also Issue #235

from demikernel.

ppenna avatar ppenna commented on June 1, 2024

Hello @BrianZill any updates on this?

from demikernel.

BrianZill avatar BrianZill commented on June 1, 2024

Hello @BrianZill any updates on this?

As I mentioned in my May 10, 2022 comment, it's not entirely clear to me exactly what problem this Issue is about. From the title, I would think it was complaining about receiving RST packets, while the description references sending RST packets. And if the only problem is with not waiting for ARP, we have other Issues (yes, multiple) around that.

from demikernel.

ppenna avatar ppenna commented on June 1, 2024

@BrianZill this was extracted from the legacy ToDos in our code. I believe that this code snippet is concerned here:

https://github.com/demikernel/demikernel/blob/64238daaae23471be8d652c74bbcd0089ec9a3e2/src/rust/inetstack/protocols/tcp/peer.rs#L557-L577

from demikernel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.