Skip to main content
  1. Posts/

Gnet -- New approach to create server sockets

·50 words·1 min
Table of Contents

About this change #

Benefit from system calls provided by Go standard library, server listener sockets inside gnet have gotten rid of the Go net package eventually, there are no more methods from net package involved in the process of creating the listener of server socket, all by raw system calls.