anchao opened a new pull request #5434:
URL: https://github.com/apache/incubator-nuttx/pull/5434


   ## Summary
   net/udp: remove psock hook to avoid invalid reference
   net/tcp: remove the socket hook reference from netdev callback
   net/inet: move socket timestamp into socket_conn_s
   net/inet: move socket linger into socket_conn_s
   net/inet: move recv/send timeout into socket_conn_s
   net/inet: move socket options into socket_conn_s
   net/inet: move socket error into socket_conn_s
   net/inet: move socket flags into socket_conn_s
   net/socket: remove unused _SF_CLOSED
   net/socket: remove unused _SF_INITD
   net/ieee802154: replace the common connect prologue
   net/can: replace the common connect prologue
   net/bluetooth: replace the common connect prologue
   net/tcp: replace the common connect prologue
   net/local: replace the common connect prologue
   net/local: remove duplicate assert condition
   net/pkt: replace the common connect prologue
   net/icmpv6: replace the common connect prologue
   net/udp: replace the common connect prologue
   net/icmp: replace the common connect prologue
   net/usrsock: replace the common connect prologue
   net/netlink: replace the common connect prologue
   net/conn: complete the list_tail member
   net/tcp/udp: move the send callback into tcp/udp structure
   
   ## Impact
   
   tcp/udp stack
   
   ## Testing
   
   on going


-- 
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