• Alessandro Rubini's avatar
    net: let the caller allocate queue size · 01ae0747
    Alessandro Rubini authored
    I also change the prototype of the socket creation so the compile can
    warn me where the locally-allocated socket must be changed.
    
    The size saving is not huge, but this allows later creation of further
    sockets with a smaller overhead (e.g.: the syslog socket that sends only
    has no queue, and the snmp socket needs a very small buffer).
    Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
    01ae0747
Name
Last commit
Last update
..
arp.c Loading commit data...
atoi.c Loading commit data...
bootp.c Loading commit data...
icmp.c Loading commit data...
ipv4.c Loading commit data...
ipv4.h Loading commit data...
lib.mk Loading commit data...
net.c Loading commit data...
ppsi-wrappers.c Loading commit data...
usleep.c Loading commit data...
util.c Loading commit data...