Skip to content

lib/utils: rename union inaddr to union kr_sockaddr

Oto Šťáva requested to merge nitpick-union-inaddr-rename into master

Solves confusing naming of the union inaddr type. The name would imply that it contains IPx addresses of struct in*_addr type, while it actually contains struct sockaddr_in* members (i.e. including address family and port).

Merge request reports