Skip to content

Commit

Permalink
adding a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Jan 18, 2022
1 parent 47064c7 commit 5a427c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Network/Socket/Win32/Cmsg.hsc
Expand Up @@ -148,7 +148,8 @@ instance ControlMessage IPv6TClass where

----------------------------------------------------------------

-- | Network interface ID and local IPv4 address.
-- | Network interface ID and local IPv4 address. The second member is
-- redundant to be the same as Unix's one and is always 0.0.0.0.
data IPv4PktInfo = IPv4PktInfo Int HostAddress HostAddress deriving (Eq)

instance Show IPv4PktInfo where
Expand Down

0 comments on commit 5a427c5

Please sign in to comment.