|
|
@ -1,3 +1,6 @@ |
|
|
|
-ifndef(eNet_H). |
|
|
|
-define(eNet_H, true). |
|
|
|
|
|
|
|
%% gen_tcp ready maybe to set sock options |
|
|
|
%% ssl ready and then need do ntSslAcceptor:handshake/3 and maybe to set other options |
|
|
|
%% ppt ready and then need do ntPptAcceptor:pptAndHS/5 and maybe to set other options |
|
|
@ -40,3 +43,5 @@ |
|
|
|
, lastTime :: pos_integer() %% 最后一次更新访问时间单位毫秒 |
|
|
|
, bucketSize :: pos_integer() %% 桶大小 可以容纳的令牌数量 |
|
|
|
}). |
|
|
|
|
|
|
|
-endif. |