tcpnodelay: rename variable
authorDaniel Stenberg <daniel@haxx.se>
Fri, 9 Sep 2011 13:20:31 +0000 (15:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Sep 2011 13:31:11 +0000 (15:31 +0200)
commit303c90074d4cfe1d79c7478838dc5fe01477af00
treed097d4b4aac3a64c7bdfe96c92470b850f0ec605
parent443ab77e1fefcaa8bdcd94df79617b43c024248f
tcpnodelay: rename variable

Renamed the variable from 'proto' to 'level' simply because it is not
protocol you set but level and that is the name of the argument used in
man pages and the POSIX documentation of the setsockopt function.
lib/connect.c