mirror of
https://github.com/luscis/openlan.git
synced 2025-10-07 01:22:51 +08:00
8 lines
83 B
Go
Executable File
8 lines
83 B
Go
Executable File
package network
|
|
|
|
type Framer struct {
|
|
Data []byte
|
|
Source Taper
|
|
Output Taper
|
|
}
|