This website works better with JavaScript.
Home
Help
Register
Sign In
mirrors
/
libowfat
mirror of
/home/gitosis/repositories/libowfat.git
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
less warnings
master
Felix von Leitner
1 year ago
parent
79f12bb3dc
commit
e78d79b263
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
socket/socket_quickack.c
+ 2
- 0
socket/socket_quickack.c
View File
@ -10,6 +10,8 @@ int socket_quickack(int s,int value) {
#
ifdef TCP_QUICKACK
return
setsockopt
(
s
,
SOL_TCP
,
TCP_QUICKACK
,
&
value
,
sizeof
(
int
)
)
;
#
else
(
void
)
s
;
/
/
shut
up
unused
variable
warnings
(
void
)
value
;
#
ifdef ENOPROTOOPT
errno
=
ENOPROTOOPT
;
#
else
Write
Preview
Loading…
Cancel
Save