Current section
Files
Jump to
Current section
Files
include/postgresql_protocol_Connection.hrl
-record(connection, {
socket :: mug:socket(),
buffer :: bitstring(),
timeout :: integer()
}).