ObjFW  Diff

Differences From Artifact [0f57a25169]:

To Artifact [b821e4cd80]:


68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
	return [OFString stringWithFormat:
	    @"Failed to listen in socket of type %@ with a back log of %d! "
	    ERRFMT, [_socket class], _backLog, ERRPARAM];
}

- (OFTCPSocket*)socket
{
	OF_GETTER(_socket, false)
}

- (int)backLog
{
	return _backLog;
}








|







68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
	return [OFString stringWithFormat:
	    @"Failed to listen in socket of type %@ with a back log of %d! "
	    ERRFMT, [_socket class], _backLog, ERRPARAM];
}

- (OFTCPSocket*)socket
{
	OF_GETTER(_socket, true)
}

- (int)backLog
{
	return _backLog;
}