mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
e52626906f
ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol). The primary feature it provides is optional reliable, in-order delivery of packets. Author: Lee Salzman WWW: http://enet.cubik.org Approved by: sem (mentor)
19 lines
464 B
Plaintext
19 lines
464 B
Plaintext
include/enet/enet.h
|
|
include/enet/list.h
|
|
include/enet/memory.h
|
|
include/enet/protocol.h
|
|
include/enet/time.h
|
|
include/enet/types.h
|
|
include/enet/unix.h
|
|
include/enet/utility.h
|
|
include/enet/win32.h
|
|
lib/libenet.a
|
|
%%PORTDOCS%%%%DOCSDIR%%/FAQ.dox
|
|
%%PORTDOCS%%%%DOCSDIR%%/api.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/design.dox
|
|
%%PORTDOCS%%%%DOCSDIR%%/design.txt
|
|
%%PORTDOCS%%%%DOCSDIR%%/tutorial.dox
|
|
%%PORTDOCS%%%%DOCSDIR%%/tutorial.txt
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@dirrm include/enet
|