Summary: | lang/python: Missing network-related constants | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Yuri Victorovich <yuri> |
Component: | Individual Port(s) | Assignee: | freebsd-python (Nobody) <python> |
Status: | Open --- | ||
Severity: | Affects Only Me | CC: | rene, w.schwarzenfeld |
Priority: | --- | Keywords: | needs-qa |
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(python) |
Hardware: | Any | ||
OS: | Any |
Description
Yuri Victorovich
![]() /usr/include/netinet/in.h has #define IP_MULTICAST_LOOP 11 #define IP_ADD_MEMBERSHIP 12 IPPROTO_DIVERT is not in. but is this still relevant? (In reply to w.schwarzenfeld from comment #1) Yes, this can never become irrelevant. All network values from /usr/include/netinet/in.h need to be reflected in python (all versions). The only reason this hasn't come up much is that there is not not much software that does low-level network operations. Or, porters might just patch in ad-hoc values because it is much easier. But in the ideal world they should all be defined in python. (#define IPPROTO_DIVERT 258 is also there) Closing this PR, since it specifically only mentions lang/python34 which expired today. Valid for all versions of python. |