Skip to content

Commit

Permalink
Rearrange code in InetInterface (#10502)
Browse files Browse the repository at this point in the history
#### Problem

Code for different Inet implementations is scattered across many `#if`s.

#### Change overview

- Groups code by implementation.
- Moves doxygen comments to the header.

Since comparing moved code in diff format is difficult, this change
explicitly does NOT make any changes to function bodies, with one
exception: incorporating the CloseIOSocket() bug fix from PR#10452
to avoid conflicts.

This is a step toward #7715 _Virtualize System and Inet interfaces_.

#### Testing

CI; no change to functionality.
  • Loading branch information
kpschoedel authored Oct 21, 2021
1 parent f98078a commit 77a2223
Show file tree
Hide file tree
Showing 2 changed files with 652 additions and 638 deletions.
Loading

0 comments on commit 77a2223

Please sign in to comment.