Commit cc46d3b
test: clarify dropMembership() call
According to docs, dropMembership() is automatically called
by the kernel when the socket is closed, and most apps will
never need to call it. It's called here as a sanity check
only so let's note that with a comment.
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
PR-URL: #20621 parent 7118b8a commit cc46d3bCopy full SHA for cc46d3b
File tree
Expand file treeCollapse file tree
1 file changed
+2
-4
lines changedOpen diff view settings
Filter options
- test/internet
Expand file treeCollapse file tree
1 file changed
+2
-4
lines changedOpen diff view settings
Collapse file
test/internet/test-dgram-multicast-multi-process.js
Copy file name to clipboardExpand all lines: test/internet/test-dgram-multicast-multi-process.js+2-4Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
7 | 6 | |
8 | 7 | |
9 | 8 | |
| ||
183 | 182 | |
184 | 183 | |
185 | 184 | |
| 185 | + |
186 | 186 | |
187 | | - |
188 | | - |
189 | | - |
| 187 | + |
190 | 188 | |
191 | 189 | |
192 | 190 | |
|
0 commit comments