Re: ng_ip_input ? ... > The ip_input node type takes all received packets and queues them into ... So this is used to inject packets into the ip stack?... (freebsd-net)
Re: syslog server, RH ES 4, large amounts of UDP loss. please help ... 26 packets to unknown port received. ... Below I see no recieve errors, but netstat reports recieve... stats are only looking at the Ethernet level errors in the stack.... the higher levels on the receiving system stack are tripping over themselves. ... (comp.os.linux.networking)
Re: [fbsd] Re: [fbsd] Network performance in a dual CPU system ... So what would end up happening under high loads was that lots of packets would get dumped when you tried to enqueue them onto the IP input queue.... The nice thing about doing it this way is that it is less prone to performance degradation under overload, since you don't dequeue packets which will be later discarded. ... While we'd process packets with greater parallelism, and hence possibly faster, we'd toast the end-to-end protocol properties and make everyone really unhappy. ... There really is no need to use polling any more, as interfaces do not cause excessive interrupt rates. ... (freebsd-net)
Re: Selecting optimum block sizes for data transmission ...socket up with data until it either tells you you can't send any more ... Once you've make a call to send data, the TCP/IP stack does a huge ... Maintains a congestion window to limit data flow in the face of long ... Attempts to avoid wasteful sends of very small packets,... (comp.lang.pascal.delphi.misc)
[fw-wiz] dirty packet tricks? ... I'm a bit out of date on the latest/greatest dirty packet-flogging... things in BSD firewalls by whacking the code in the IP stack so that ... I was thinking of using bpf to vacuum up packets into user space ... The other alternative appears to be to just do user-mode TCP by ... (Firewall-Wizards)