Skip to content

devlights/go-listener-with-backlog-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-listener-with-backlog-example

TCP Listener with Backlog examples by golang

Go Version

Go version

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.5 LTS
Release:        20.04
Codename:       focal

$ go version
go version go1.19.4 linux/amd64

How to Run

Using go-task

$ task run
task: [run] go run .
[With Context] 07:56:16 start
[With Context] 07:56:17 dial tcp4 127.0.0.1:33333: i/o timeout
[With Context] 07:56:17 done

REFERENCES

About

TCP Listener with Backlog examples by golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages