Sends any queued packets. This is only required to send packets earlier than the next call to [[enet.host:service | host:service]], or if [[enet.host:service | host:service]] will not be called again.
== Function ==
=== Synopsis ===
<source lang="lua">
host:flush()
</source>
=== Arguments ===
None.
=== Returns ===
Nothing.

== See Also ==
* [[parent::lua-enet]]
* [[enet.host:service]]
* [[enet.host]]
== Other Languages ==
{{i18n|enet.host:flush}}