summaryrefslogtreecommitdiff
path: root/Userland/test-bindtodevice.cpp
AgeCommit message (Collapse)Author
2020-04-06Meta: Add missing copyright headersAndreas Kling
2020-04-05Kernel: Add the SO_BINDTODEVICE socket optionAnotherTest
This patch adds a way for a socket to ask to be routed through a specific interface. Currently, this option only applies to sending, however, it should also apply to receiving...somehow :^)