rrs 2007-06-17 01:36:02 UTC FreeBSD src repository
Modified files: sys/netinet sctp_input.c sctp_output.c sctp_pcb.c sys/netinet6 sctp6_usrreq.c Log: - For sctp_input/sctp6_input add announcment when a packet arrives (debug) - re-factor the packet drop in sctp_output a bit more, we don't need the trim after all, but the size calc is now corrected. - When a assoc is in the COOKIE-ECHO/COOKIE-WAIT state and the user closes, it should not matter if data is queued, the assoc should be purged. - In error leg a missing free_chunk when iph comes in NULL (should not happen but just in case). Revision Changes Path 1.43 +2 -0 src/sys/netinet/sctp_input.c 1.41 +3 -4 src/sys/netinet/sctp_output.c 1.42 +2 -4 src/sys/netinet/sctp_pcb.c 1.29 +3 -0 src/sys/netinet6/sctp6_usrreq.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"