@@ -265,5 +265,9 @@ tun_set_mtu(char *dev_name, int mtu)
int
int
tun_set_persist(intfd,inton)
tun_set_persist(intfd,inton)
{
{
#ifdef TUNSETPERSIST
returnioctl(fd,TUNSETPERSIST,on);
returnioctl(fd,TUNSETPERSIST,on);
#else
return0;
#endif
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.