cvs commit: src/sys/netinet tcp_subr.c
    Andre Oppermann 
    andre at FreeBSD.org
       
    Wed May 23 19:07:54 UTC 2007
    
    
  
andre       2007-05-23 19:07:53 UTC
  FreeBSD src repository
  Modified files:
    sys/netinet          tcp_subr.c 
  Log:
  In tcp_log_addrs():
   o add the hex output of the th_flags field to the example log
     line in comments
   o simplify the log line length calculation and make it less
     evil
   o correct the test for the length panic; the line isn't on
     the stack but malloc'ed
  
  Revision  Changes    Path
  1.285     +7 -5      src/sys/netinet/tcp_subr.c
    
    
More information about the cvs-all
mailing list