mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 05:54:01 +03:00
Preliminary debug state
This commit is contained in:
@@ -120,6 +120,10 @@ func (f *FrameRWC) RemoteAddr() *net.TCPAddr {
|
||||
return f.conn.RemoteAddr()
|
||||
}
|
||||
|
||||
func (f *FrameRWC) SocketID() string {
|
||||
return f.conn.SocketID()
|
||||
}
|
||||
|
||||
func NewFrameRWC(conn wrappers.ReadWriteCloserWithAddr, seqNo int32) wrappers.ReadWriteCloserWithAddr {
|
||||
return &FrameRWC{
|
||||
BufferedReader: wrappers.NewBufferedReader(),
|
||||
|
||||
Reference in New Issue
Block a user