projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
096f9bb
)
Do not force-send packets anymore
author
Pekka Riikonen
<priikone@silcnet.org>
Mon, 16 Dec 2002 08:41:18 +0000
(08:41 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Mon, 16 Dec 2002 08:41:18 +0000
(08:41 +0000)
apps/silcd/packet_send.c
patch
|
blob
|
history
diff --git
a/apps/silcd/packet_send.c
b/apps/silcd/packet_send.c
index cd1f4f13dfa2b3b3482c99462e5aafe33eaddfdb..d8d27c7b750a86c9dd5e2fbfea60cfe5771fb3b6 100644
(file)
--- a/
apps/silcd/packet_send.c
+++ b/
apps/silcd/packet_send.c
@@
-38,14
+38,8
@@
int silc_server_packet_send_real(SilcServer server,
if (SILC_IS_DISCONNECTING(sock))
return -1;
- /* If rekey protocol is active we must assure that all packets are
- sent through packet queue. */
- if (SILC_SERVER_IS_REKEY(sock))
- force_send = FALSE;
-
- /* If outbound data is already pending do not force send */
- if (SILC_IS_OUTBUF_PENDING(sock))
- force_send = FALSE;
+ /* We do not force anymore packet sending */
+ force_send = FALSE;
/* Send the packet */
ret = silc_packet_send(sock, force_send);