|
|
Subscribe / Log in / New account

Backwards compatibility at any cost?

Backwards compatibility at any cost?

Posted Nov 14, 2024 7:01 UTC (Thu) by smurf (subscriber, #17840)
In reply to: Backwards compatibility at any cost? by dvdeug
Parent article: The trouble with struct sockaddr's fake flexible array

The Sockets API isn't the problem. It happens not to embed a sockaddr in anything, much less in the middle of another struct.


to post comments

Backwards compatibility at any cost?

Posted Nov 14, 2024 21:29 UTC (Thu) by Cyberax (✭ supporter ✭, #52523) [Link]

It kinda is...

A lot of the sockets API needs to be rewritten. It needs to support Happy Eyeballs, it needs to expose the DNS data explicitly (TXT queries, etc.), it needs to be able to deal with changing/multiple addresses for the bound sockets, etc.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds