- Lots of small fixes
- Exchange subnets on acknowledgement of connection - Do proper lookup when incoming packets from tap - off-by-a small number-error when reading/sending tap packets
This commit is contained in:
parent
ba6b8005eb
commit
f25868fd2b
8 changed files with 116 additions and 55 deletions
|
|
@ -59,7 +59,7 @@ void bin2hex(char *src, char *dst, int length)
|
|||
}
|
||||
}
|
||||
|
||||
char *cp_trace()
|
||||
void cp_trace()
|
||||
{
|
||||
syslog(LOG_DEBUG, "Checkpoint trace: %s:%d <- %s:%d <- %s:%d <- %s:%d <- %s:%d <- %s:%d <- %s:%d <- %s:%d ...",
|
||||
cp_file[(cp_index+7)%8], cp_line[(cp_index+7)%8],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue