Opened 10 years ago
Last modified 10 years ago
#626 closed defect
SO_BINDTODEVICE socket option not implemented — at Initial Version
Reported by: | Martin Decky | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.7.0 |
Component: | helenos/net/udp | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
The current socket API and networking stack does not support the SO_BINDTODEVICE socket option.
One of the most serious effects of the lack of this option is that the DHCP client is unable to configure multiple network devices, because it cannot bind multiple sockets with the same source pair (INADDR_ANY, 68).
Note:
See TracTickets
for help on using tickets.