|
From: <sil...@us...> - 2014-05-05 22:50:03
|
Revision: 261
http://sourceforge.net/p/openhip/code/261
Author: siliconja
Date: 2014-05-05 22:50:00 +0000 (Mon, 05 May 2014)
Log Message:
-----------
fix bug #72 - traffic during startup causes unusable daemon and garbage
now the ESP socket pair is initialized prior to starting threads
an uninitialized espsp[0] was used, causing esp_send_to_hipd() to write()
to file descriptor 0 (causing the garbled output on stdout)
the buffer_packet() function added an LSI entry preventing further
ACQUIRE messages, and therefore no base exchange or traffic,
until 2 minutes later when hip_remove_expired_lsi_entries() expired the entry
Modified Paths:
--------------
hip/trunk/src/linux/hip_linux_umh.c
hip/trunk/src/protocol/hip_globals.c
hip/trunk/src/protocol/hip_main.c
hip/trunk/src/usermode/hip_esp.c
hip/trunk/src/win32/hip_service.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|