- 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
|
|
@ -46,6 +46,6 @@ extern volatile int cp_index;
|
|||
|
||||
extern void hex2bin(char *src, char *dst, int length);
|
||||
extern void bin2hex(char *src, char *dst, int length);
|
||||
extern char *cp_trace(void);
|
||||
extern void cp_trace(void);
|
||||
|
||||
#endif /* __TINC_UTILS_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue