sertel / smoltcp

a smol tcp/ip stack
BSD Zero Clause License
0 stars 0 forks source link

Application-Socket-Interaction #9

Closed Pagolin closed 1 year ago

Pagolin commented 2 years ago

If we want the application and the TCP/IP-stack to acct on their state autonomously, we need a message interface between them that does not only transfer 'payload' i.e. user requests and answers. Applications will typically interact with the sockets. They may for instance:

Pagolin commented 1 year ago

This is entirely gone, as we made the sockets part of the interface again and only send messages to the app to be answered.