mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 03:47:53 +08:00
cf2528eb7c
完善了非阻塞IO的SSL功能;将 acl/samples/ 下的示例分别移到 lib_acl 及 lib_protocol 目录下
15 lines
198 B
CFEngine3
15 lines
198 B
CFEngine3
service unix_test {
|
|
a_count = 1
|
|
b_count = 2
|
|
c_count = 3
|
|
a_str = a1:a2:a3 \
|
|
a11:a12:13 \
|
|
a21:a22:a23
|
|
b_str = b1:b2:b3
|
|
c_str = c1:c2:c3
|
|
a_bool = 0
|
|
b_bool = 1
|
|
c_bool = 1
|
|
}
|
|
|