diff options
Diffstat (limited to 'sys/netinet')
-rw-r--r-- | sys/netinet/cc.h | 15 | ||||
-rw-r--r-- | sys/netinet/cc/cc.c | 15 | ||||
-rw-r--r-- | sys/netinet/cc/cc_chd.c | 14 | ||||
-rw-r--r-- | sys/netinet/cc/cc_cubic.c | 14 | ||||
-rw-r--r-- | sys/netinet/cc/cc_cubic.h | 6 | ||||
-rw-r--r-- | sys/netinet/cc/cc_hd.c | 14 | ||||
-rw-r--r-- | sys/netinet/cc/cc_htcp.c | 14 | ||||
-rw-r--r-- | sys/netinet/cc/cc_module.h | 14 | ||||
-rw-r--r-- | sys/netinet/cc/cc_newreno.c | 15 | ||||
-rw-r--r-- | sys/netinet/cc/cc_vegas.c | 14 | ||||
-rw-r--r-- | sys/netinet/khelp/h_ertt.c | 6 | ||||
-rw-r--r-- | sys/netinet/khelp/h_ertt.h | 18 | ||||
-rw-r--r-- | sys/netinet/siftr.c | 9 | ||||
-rw-r--r-- | sys/netinet/tcp_input.c | 6 |
14 files changed, 89 insertions, 85 deletions
diff --git a/sys/netinet/cc.h b/sys/netinet/cc.h index 332e51c..14b4a9d 100644 --- a/sys/netinet/cc.h +++ b/sys/netinet/cc.h @@ -6,9 +6,9 @@ * All rights reserved. * * This software was developed at the Centre for Advanced Internet - * Architectures, Swinburne University, by Lawrence Stewart and James Healy, - * made possible in part by a grant from the Cisco University Research Program - * Fund at Community Foundation Silicon Valley. + * Architectures, Swinburne University of Technology, by Lawrence Stewart and + * James Healy, made possible in part by a grant from the Cisco University + * Research Program Fund at Community Foundation Silicon Valley. * * Portions of this software were developed at the Centre for Advanced * Internet Architectures, Swinburne University of Technology, Melbourne, @@ -40,10 +40,11 @@ /* * This software was first released in 2007 by James Healy and Lawrence Stewart - * whilst working on the NewTCP research project at Swinburne University's - * Centre for Advanced Internet Architectures, Melbourne, Australia, which was - * made possible in part by a grant from the Cisco University Research Program - * Fund at Community Foundation Silicon Valley. More details are available at: + * whilst working on the NewTCP research project at Swinburne University of + * Technology's Centre for Advanced Internet Architectures, Melbourne, + * Australia, which was made possible in part by a grant from the Cisco + * University Research Program Fund at Community Foundation Silicon Valley. + * More details are available at: * http://caia.swin.edu.au/urp/newtcp/ */ diff --git a/sys/netinet/cc/cc.c b/sys/netinet/cc/cc.c index cfcbfa6..d6f978a 100644 --- a/sys/netinet/cc/cc.c +++ b/sys/netinet/cc/cc.c @@ -6,9 +6,9 @@ * All rights reserved. * * This software was developed at the Centre for Advanced Internet - * Architectures, Swinburne University, by Lawrence Stewart and James Healy, - * made possible in part by a grant from the Cisco University Research Program - * Fund at Community Foundation Silicon Valley. + * Architectures, Swinburne University of Technology, by Lawrence Stewart and + * James Healy, made possible in part by a grant from the Cisco University + * Research Program Fund at Community Foundation Silicon Valley. * * Portions of this software were developed at the Centre for Advanced * Internet Architectures, Swinburne University of Technology, Melbourne, @@ -38,10 +38,11 @@ /* * This software was first released in 2007 by James Healy and Lawrence Stewart - * whilst working on the NewTCP research project at Swinburne University's - * Centre for Advanced Internet Architectures, Melbourne, Australia, which was - * made possible in part by a grant from the Cisco University Research Program - * Fund at Community Foundation Silicon Valley. More details are available at: + * whilst working on the NewTCP research project at Swinburne University of + * Technology's Centre for Advanced Internet Architectures, Melbourne, + * Australia, which was made possible in part by a grant from the Cisco + * University Research Program Fund at Community Foundation Silicon Valley. + * More details are available at: * http://caia.swin.edu.au/urp/newtcp/ */ diff --git a/sys/netinet/cc/cc_chd.c b/sys/netinet/cc/cc_chd.c index 4b1d2c4..9152a0b 100644 --- a/sys/netinet/cc/cc_chd.c +++ b/sys/netinet/cc/cc_chd.c @@ -5,9 +5,9 @@ * All rights reserved. * * This software was developed at the Centre for Advanced Internet - * Architectures, Swinburne University, by David Hayes and Lawrence Stewart, - * made possible in part by a grant from the Cisco University Research Program - * Fund at Community Foundation Silicon Valley. + * Architectures, Swinburne University of Technology, by David Hayes and + * Lawrence Stewart, made possible in part by a grant from the Cisco University + * Research Program Fund at Community Foundation Silicon Valley. * * Portions of this software were developed at the Centre for Advanced Internet * Architectures, Swinburne University of Technology, Melbourne, Australia by @@ -43,10 +43,10 @@ * 11-14 October 2010. * * Originally released as part of the NewTCP research project at Swinburne - * University's Centre for Advanced Internet Architectures, Melbourne, - * Australia, which was made possible in part by a grant from the Cisco - * University Research Program Fund at Community Foundation Silicon Valley. More - * details are available at: + * University of Technology's Centre for Advanced Internet Architectures, + * Melbourne, Australia, which was made possible in part by a grant from the + * Cisco University Research Program Fund at Community Foundation Silicon + * Valley. More details are available at: * http://caia.swin.edu.au/urp/newtcp/ */ diff --git a/sys/netinet/cc/cc_cubic.c b/sys/netinet/cc/cc_cubic.c index 17b4ad6..2c5d82c 100644 --- a/sys/netinet/cc/cc_cubic.c +++ b/sys/netinet/cc/cc_cubic.c @@ -4,9 +4,9 @@ * All rights reserved. * * This software was developed by Lawrence Stewart while studying at the Centre - * for Advanced Internet Architectures, Swinburne University, made possible in - * part by a grant from the Cisco University Research Program Fund at Community - * Foundation Silicon Valley. + * for Advanced Internet Architectures, Swinburne University of Technology, made + * possible in part by a grant from the Cisco University Research Program Fund + * at Community Foundation Silicon Valley. * * Portions of this software were developed at the Centre for Advanced * Internet Architectures, Swinburne University of Technology, Melbourne, @@ -38,10 +38,10 @@ * An implementation of the CUBIC congestion control algorithm for FreeBSD, * based on the Internet Draft "draft-rhee-tcpm-cubic-02" by Rhee, Xu and Ha. * Originally released as part of the NewTCP research project at Swinburne - * University's Centre for Advanced Internet Architectures, Melbourne, - * Australia, which was made possible in part by a grant from the Cisco - * University Research Program Fund at Community Foundation Silicon Valley. More - * details are available at: + * University of Technology's Centre for Advanced Internet Architectures, + * Melbourne, Australia, which was made possible in part by a grant from the + * Cisco University Research Program Fund at Community Foundation Silicon + * Valley. More details are available at: * http://caia.swin.edu.au/urp/newtcp/ */ diff --git a/sys/netinet/cc/cc_cubic.h b/sys/netinet/cc/cc_cubic.h index cf3470b..6158249 100644 --- a/sys/netinet/cc/cc_cubic.h +++ b/sys/netinet/cc/cc_cubic.h @@ -4,9 +4,9 @@ * All rights reserved. * * This software was developed by Lawrence Stewart while studying at the Centre - * for Advanced Internet Architectures, Swinburne University, made possible in - * part by a grant from the Cisco University Research Program Fund at Community - * Foundation Silicon Valley. + * for Advanced Internet Architectures, Swinburne University of Technology, made + * possible in part by a grant from the Cisco University Research Program Fund + * at Community Foundation Silicon Valley. * * Portions of this software were developed at the Centre for Advanced * Internet Architectures, Swinburne University of Technology, Melbourne, diff --git a/sys/netinet/cc/cc_hd.c b/sys/netinet/cc/cc_hd.c index b33fb2c..1578afd 100644 --- a/sys/netinet/cc/cc_hd.c +++ b/sys/netinet/cc/cc_hd.c @@ -6,9 +6,9 @@ * All rights reserved. * * This software was developed at the Centre for Advanced Internet - * Architectures, Swinburne University, by David Hayes and Lawrence Stewart, - * made possible in part by a grant from the Cisco University Research Program - * Fund at Community Foundation Silicon Valley. + * Architectures, Swinburne University of Technology, by David Hayes and + * Lawrence Stewart, made possible in part by a grant from the Cisco University + * Research Program Fund at Community Foundation Silicon Valley. * * Portions of this software were developed at the Centre for Advanced Internet * Architectures, Swinburne University of Technology, Melbourne, Australia by @@ -44,10 +44,10 @@ * 2009. * * Originally released as part of the NewTCP research project at Swinburne - * University's Centre for Advanced Internet Architectures, Melbourne, - * Australia, which was made possible in part by a grant from the Cisco - * University Research Program Fund at Community Foundation Silicon Valley. More - * details are available at: + * University of Technology's Centre for Advanced Internet Architectures, + * Melbourne, Australia, which was made possible in part by a grant from the + * Cisco University Research Program Fund at Community Foundation Silicon + * Valley. More details are available at: * http://caia.swin.edu.au/urp/newtcp/ */ diff --git a/sys/netinet/cc/cc_htcp.c b/sys/netinet/cc/cc_htcp.c index 5cbda9f..4ada9d9 100644 --- a/sys/netinet/cc/cc_htcp.c +++ b/sys/netinet/cc/cc_htcp.c @@ -6,9 +6,9 @@ * All rights reserved. * * This software was developed at the Centre for Advanced Internet - * Architectures, Swinburne University, by Lawrence Stewart and James Healy, - * made possible in part by a grant from the Cisco University Research Program - * Fund at Community Foundation Silicon Valley. + * Architectures, Swinburne University of Technology, by Lawrence Stewart and + * James Healy, made possible in part by a grant from the Cisco University + * Research Program Fund at Community Foundation Silicon Valley. * * Portions of this software were developed at the Centre for Advanced * Internet Architectures, Swinburne University of Technology, Melbourne, @@ -40,10 +40,10 @@ * An implementation of the H-TCP congestion control algorithm for FreeBSD, * based on the Internet Draft "draft-leith-tcp-htcp-06.txt" by Leith and * Shorten. Originally released as part of the NewTCP research project at - * Swinburne University's Centre for Advanced Internet Architectures, Melbourne, - * Australia, which was made possible in part by a grant from the Cisco - * University Research Program Fund at Community Foundation Silicon Valley. More - * details are available at: + * Swinburne University of Technology's Centre for Advanced Internet + * Architectures, Melbourne, Australia, which was made possible in part by a + * grant from the Cisco University Research Program Fund at Community Foundation + * Silicon Valley. More details are available at: * http://caia.swin.edu.au/urp/newtcp/ */ diff --git a/sys/netinet/cc/cc_module.h b/sys/netinet/cc/cc_module.h index f3fe752..6da10df 100644 --- a/sys/netinet/cc/cc_module.h +++ b/sys/netinet/cc/cc_module.h @@ -3,9 +3,9 @@ * All rights reserved. * * This software was developed by Lawrence Stewart while studying at the Centre - * for Advanced Internet Architectures, Swinburne University, made possible in - * part by a grant from the Cisco University Research Program Fund at Community - * Foundation Silicon Valley. + * for Advanced Internet Architectures, Swinburne University of Technology, made + * possible in part by a grant from the Cisco University Research Program Fund + * at Community Foundation Silicon Valley. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -33,10 +33,10 @@ /* * This software was first released in 2009 by Lawrence Stewart as part of the - * NewTCP research project at Swinburne University's Centre for Advanced - * Internet Architectures, Melbourne, Australia, which was made possible in part - * by a grant from the Cisco University Research Program Fund at Community - * Foundation Silicon Valley. More details are available at: + * NewTCP research project at Swinburne University of Technology's Centre for + * Advanced Internet Architectures, Melbourne, Australia, which was made + * possible in part by a grant from the Cisco University Research Program Fund + * at Community Foundation Silicon Valley. More details are available at: * http://caia.swin.edu.au/urp/newtcp/ */ diff --git a/sys/netinet/cc/cc_newreno.c b/sys/netinet/cc/cc_newreno.c index f26553d..96d64fe 100644 --- a/sys/netinet/cc/cc_newreno.c +++ b/sys/netinet/cc/cc_newreno.c @@ -8,9 +8,9 @@ * All rights reserved. * * This software was developed at the Centre for Advanced Internet - * Architectures, Swinburne University, by Lawrence Stewart, James Healy and - * David Hayes, made possible in part by a grant from the Cisco University - * Research Program Fund at Community Foundation Silicon Valley. + * Architectures, Swinburne University of Technology, by Lawrence Stewart, James + * Healy and David Hayes, made possible in part by a grant from the Cisco + * University Research Program Fund at Community Foundation Silicon Valley. * * Portions of this software were developed at the Centre for Advanced * Internet Architectures, Swinburne University of Technology, Melbourne, @@ -40,10 +40,11 @@ /* * This software was first released in 2007 by James Healy and Lawrence Stewart - * whilst working on the NewTCP research project at Swinburne University's - * Centre for Advanced Internet Architectures, Melbourne, Australia, which was - * made possible in part by a grant from the Cisco University Research Program - * Fund at Community Foundation Silicon Valley. More details are available at: + * whilst working on the NewTCP research project at Swinburne University of + * Technology's Centre for Advanced Internet Architectures, Melbourne, + * Australia, which was made possible in part by a grant from the Cisco + * University Research Program Fund at Community Foundation Silicon Valley. + * More details are available at: * http://caia.swin.edu.au/urp/newtcp/ */ diff --git a/sys/netinet/cc/cc_vegas.c b/sys/netinet/cc/cc_vegas.c index d22424f..ac3c89f 100644 --- a/sys/netinet/cc/cc_vegas.c +++ b/sys/netinet/cc/cc_vegas.c @@ -6,9 +6,9 @@ * All rights reserved. * * This software was developed at the Centre for Advanced Internet - * Architectures, Swinburne University, by David Hayes and Lawrence Stewart, - * made possible in part by a grant from the Cisco University Research Program - * Fund at Community Foundation Silicon Valley. + * Architectures, Swinburne University of Technology, by David Hayes and + * Lawrence Stewart, made possible in part by a grant from the Cisco University + * Research Program Fund at Community Foundation Silicon Valley. * * Portions of this software were developed at the Centre for Advanced Internet * Architectures, Swinburne University of Technology, Melbourne, Australia by @@ -46,10 +46,10 @@ * the original paper. * * Originally released as part of the NewTCP research project at Swinburne - * University's Centre for Advanced Internet Architectures, Melbourne, - * Australia, which was made possible in part by a grant from the Cisco - * University Research Program Fund at Community Foundation Silicon Valley. More - * details are available at: + * University of Technology's Centre for Advanced Internet Architectures, + * Melbourne, Australia, which was made possible in part by a grant from the + * Cisco University Research Program Fund at Community Foundation Silicon + * Valley. More details are available at: * http://caia.swin.edu.au/urp/newtcp/ */ diff --git a/sys/netinet/khelp/h_ertt.c b/sys/netinet/khelp/h_ertt.c index b5dcfe0..7ce195c 100644 --- a/sys/netinet/khelp/h_ertt.c +++ b/sys/netinet/khelp/h_ertt.c @@ -6,9 +6,9 @@ * All rights reserved. * * This software was developed at the Centre for Advanced Internet - * Architectures, Swinburne University, by David Hayes, made possible in part by - * a grant from the Cisco University Research Program Fund at Community - * Foundation Silicon Valley. + * Architectures, Swinburne University of Technology, by David Hayes, made + * possible in part by a grant from the Cisco University Research Program Fund + * at Community Foundation Silicon Valley. * * Portions of this software were developed at the Centre for Advanced * Internet Architectures, Swinburne University of Technology, Melbourne, diff --git a/sys/netinet/khelp/h_ertt.h b/sys/netinet/khelp/h_ertt.h index 8051a6c..de6e826 100644 --- a/sys/netinet/khelp/h_ertt.h +++ b/sys/netinet/khelp/h_ertt.h @@ -5,9 +5,9 @@ * All rights reserved. * * This software was developed at the Centre for Advanced Internet - * Architectures, Swinburne University, by David Hayes, made possible in part by - * a grant from the Cisco University Research Program Fund at Community - * Foundation Silicon Valley. + * Architectures, Swinburne University of Technology, by David Hayes, made + * possible in part by a grant from the Cisco University Research Program Fund + * at Community Foundation Silicon Valley. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -41,12 +41,12 @@ * "struct ertt". * * This software was first released in 2010 by David Hayes and Lawrence Stewart - * whilst working on the NewTCP research project at Swinburne University's - * Centre for Advanced Internet Architectures, Melbourne, Australia, which was - * made possible in part by a grant from the Cisco University Research Program - * Fund at Community Foundation Silicon Valley. Testing and development was - * further assisted by a grant from the FreeBSD Foundation. More details are - * available at: + * whilst working on the NewTCP research project at Swinburne University of + * Technology's Centre for Advanced Internet Architectures, Melbourne, + * Australia, which was made possible in part by a grant from the Cisco + * University Research Program Fund at Community Foundation Silicon Valley. + * Testing and development was further assisted by a grant from the FreeBSD + * Foundation. More details are available at: * http://caia.swin.edu.au/urp/newtcp/ */ diff --git a/sys/netinet/siftr.c b/sys/netinet/siftr.c index b5db118..9fca662 100644 --- a/sys/netinet/siftr.c +++ b/sys/netinet/siftr.c @@ -38,10 +38,11 @@ * for experimental, debugging and performance analysis purposes. * * SIFTR was first released in 2007 by James Healy and Lawrence Stewart whilst - * working on the NewTCP research project at Swinburne University's Centre for - * Advanced Internet Architectures, Melbourne, Australia, which was made - * possible in part by a grant from the Cisco University Research Program Fund - * at Community Foundation Silicon Valley. More details are available at: + * working on the NewTCP research project at Swinburne University of + * Technology's Centre for Advanced Internet Architectures, Melbourne, + * Australia, which was made possible in part by a grant from the Cisco + * University Research Program Fund at Community Foundation Silicon Valley. + * More details are available at: * http://caia.swin.edu.au/urp/newtcp/ * * Work on SIFTR v1.2.x was sponsored by the FreeBSD Foundation as part of diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index 44ee416..cb9453f 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -8,9 +8,9 @@ * All rights reserved. * * Portions of this software were developed at the Centre for Advanced Internet - * Architectures, Swinburne University, by Lawrence Stewart, James Healy and - * David Hayes, made possible in part by a grant from the Cisco University - * Research Program Fund at Community Foundation Silicon Valley. + * Architectures, Swinburne University of Technology, by Lawrence Stewart, + * James Healy and David Hayes, made possible in part by a grant from the Cisco + * University Research Program Fund at Community Foundation Silicon Valley. * * Portions of this software were developed at the Centre for Advanced * Internet Architectures, Swinburne University of Technology, Melbourne, |