Browse Source

ft: 修正参数名字

master
SisMaker 1 year ago
parent
commit
e2b6b72142
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      include/eNet.hrl

+ 1
- 1
include/eNet.hrl View File

@ -16,7 +16,7 @@
, {send_timeout, 15000} , {send_timeout, 15000}
, {keepalive, true} , {keepalive, true}
, {exit_on_close, true} , {exit_on_close, true}
, {back_log, 1024}
, {backlog, 1024}
]). ]).

Loading…
Cancel
Save