in a short application ; i try to use setsockopt in ordre to set
security level :
setsockopt(sock,IPPROTO_IPV6,IPV6_ESP_TRANS_LEVEL,(const void*)
seclevel, sizeof(int))
but i have this message of error:
setsockopt: bad address
can someone help me
thanks