Displaying 1 result from an estimated 1 matches for "weinholt".
Did you mean:
weinhold
2009 Oct 26
0
[Bug 1665] New: prefix_pton is inefficient
...inefficient
Product: py-radix
Version: -current
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: Default
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: weinholt at csbnet.se
Created an attachment (id=1710)
--> (https://bugzilla.mindrot.org/attachment.cgi?id=1710)
change prefix_pton to use inet_pton()
py-radix 0.5 uses getaddrinfo() to parse IPv4/IPv6 addresses. On
GNU/Linux this procedure creates a socket and performs a few syscalls
on it. It would...