picotcp/lwip ipv4/ipv6 fully functional, needs stress testing
This commit is contained in:
@@ -181,7 +181,6 @@ namespace ZeroTier {
|
||||
|
||||
// picoTCP
|
||||
#if defined(SDK_PICOTCP)
|
||||
struct pico_device picodev;
|
||||
unsigned char pico_frame_rxbuf[MAX_PICO_FRAME_RX_BUF_SZ];
|
||||
int pico_frame_rxbuf_tot = 0;
|
||||
Mutex _pico_frame_rxbuf_m;
|
||||
@@ -497,9 +496,6 @@ namespace ZeroTier {
|
||||
*/
|
||||
void closeConnection(PhySocket *sock);
|
||||
|
||||
void pico_init_interface(const InetAddress &ip);
|
||||
|
||||
|
||||
|
||||
#if defined(SDK_IPV4)
|
||||
ip_addr_t convert_ip(struct sockaddr_in * addr)
|
||||
|
||||
Reference in New Issue
Block a user